Skip to content

Commit dd22f81

Browse files
committed
sponsor link
1 parent bd7e394 commit dd22f81

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/layout/TheNavbar.vue

+8
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ const route = useRoute()
6161
{{ item.name }}
6262
</a>
6363
</template>
64+
<a
65+
href="https://github.com/sponsors/wilfredinni"
66+
target="_blank"
67+
class="inline-flex items-center px-1 pt-1 text-sm font-medium text-slate-700 transition duration-300 hover:text-sky-500 dark:text-gray-200 dark:hover:text-sky-400"
68+
>
69+
Sponsor
70+
<span class="ml-1 text-red-500 dark:text-sky-500"> ❤</span>
71+
</a>
6472
<base-reader-mode />
6573
</div>
6674

0 commit comments

Comments
 (0)