refactor(index): add footer link to z0x.ca. redirect header link to /
This commit is contained in:
parent
60eab25066
commit
4379511206
2 changed files with 5 additions and 5 deletions
|
@ -12,8 +12,8 @@ import { SITE } from "@/consts";
|
|||
<Container>
|
||||
<div class="flex flex-wrap items-center justify-between gap-4 py-4">
|
||||
<Link
|
||||
href="https://z0x.ca?utm_source=blog.z0x.ca"
|
||||
class="hover:text-primary flex shrink-0 items-center gap-2 text-xl font-medium transition-colors duration-300"
|
||||
href="/"
|
||||
class="hover:text-muted-foreground text-primary text-xl font-medium"
|
||||
>
|
||||
{SITE.title}
|
||||
</Link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue