File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
<script setup>
2
2
import { ChevronRightIcon , HomeIcon } from ' @heroicons/vue/20/solid'
3
- import GitHubIcon from ' ./Icons/GitHubIcon.vue'
4
3
import TwitterIcon from ' ./Icons/TwitterIcon.vue'
5
4
import VersionPicker from ' ./VersionPicker.vue'
6
- import ChatBubbleIcon from " ./Icons/ChatBubbleIcon.vue" ;
7
5
8
6
defineProps ({
9
7
pages: Array ,
@@ -12,8 +10,8 @@ defineProps({
12
10
13
11
<template >
14
12
<nav
15
- class =" flex justify-between px-4 py-3 bg-gray-50 dark:bg-gray-800 sticky top-0 z-10 shadow-sm "
16
- aria-label =" Breadcrumb "
13
+ class =" flex justify-between px-4 py-3 bg-gray-50 dark:bg-gray-800 sticky top-0 z-10 shadow-md "
14
+ aria-label =" Breadcrumbs "
17
15
>
18
16
<ol
19
17
role =" list"
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" items-center justify-center gap-x-2 sm:gap-x-4 md:gap-x-8 hidden sm:flex" >
3
3
<a
4
- href =" https://github.com/jbrooksuk/artisan.page?sponsor=1 "
5
- title =" Sponsor artisan.page "
4
+ href =" https://github.com/sponsors/jbrooksuk "
5
+ title =" Sponsor James Brooks "
6
6
@click =" sponsorClick"
7
7
target =" _blank"
8
+ class =" text-artisan hover:text-artisan-light text-sm font-bold"
8
9
>
9
- < NuxtImg src = " https://img.shields.io/github/sponsors/jbrooksuk?style=social&label= Sponsor%20artisan.page " class = " h-6 " alt = " Sponsor artisan .page" />
10
+ Sponsor Artisan .page on GitHub
10
11
</a >
11
12
</div >
12
13
</template >
You can’t perform that action at this time.
0 commit comments