refactor: rebase from hard fork into soft fork that follows upstream

This commit is contained in:
z0x 2025-03-23 19:17:50 -04:00
parent 021accda4e
commit 8560239425
59 changed files with 2419 additions and 11935 deletions

View file

@ -2,7 +2,6 @@
import Container from '@/components/Container.astro'
import { Separator } from '@/components/ui/separator'
import { SOCIAL_LINKS } from '@/consts'
import Link from './Link.astro'
import SocialIcons from './SocialIcons.astro'
---
@ -13,16 +12,11 @@ import SocialIcons from './SocialIcons.astro'
>
<div class="flex items-center gap-x-2">
<span class="text-muted-foreground text-center text-sm">
&copy; {new Date().getFullYear()} All rights reserved.
&copy; {new Date().getFullYear()} • z0x
</span>
<Separator orientation="vertical" className="h-4!" />
<p class="text-muted-foreground text-center text-sm">
Made with 🤍 by <Link
href="https://github.com/jktrn"
class="text-foreground"
external
underline>enscribe</Link
>!
All rights reserved.
</p>
</div>
<SocialIcons links={SOCIAL_LINKS} />