fix: update footer link to point to the new site
- Changes the footer logo link from the root path to the new URL "https://sink.cool" for better accessibility and branding.
This commit is contained in:
parent
d6b542fb9d
commit
66fa4e6650
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ const { title, email, telegram, blog, twitter, mastodon, github } = useAppConfig
|
|||
<section class="md:pt-6">
|
||||
<div class="container flex flex-col items-center py-8 mx-auto sm:flex-row">
|
||||
<a
|
||||
href="/"
|
||||
href="https://sink.cool"
|
||||
class="text-xl font-black leading-none text-gray-900 select-none dark:text-gray-100 logo"
|
||||
:title="title"
|
||||
>{{ title }}</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue