initial commit
All checks were successful
Generate a build and push to Cloudflare Pages / Build and Deploy to Cloudflare Pages (push) Successful in 1m24s
All checks were successful
Generate a build and push to Cloudflare Pages / Build and Deploy to Cloudflare Pages (push) Successful in 1m24s
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
---
|
||||
import { Separator } from '@/components/ui/separator'
|
||||
import { SOCIAL_LINKS } from '@/consts'
|
||||
import Link from './Link.astro'
|
||||
import SocialIcons from './SocialIcons.astro'
|
||||
@@ -12,12 +11,12 @@ import SocialIcons from './SocialIcons.astro'
|
||||
<SocialIcons links={SOCIAL_LINKS} />
|
||||
<div class="flex flex-wrap items-center justify-center gap-x-2 text-center">
|
||||
<span class="text-muted-foreground text-sm" aria-label="copyright">
|
||||
2020 - {new Date().getFullYear()} © All rights reserved.
|
||||
2025 - {new Date().getFullYear()} © All rights reserved.
|
||||
</span>
|
||||
<Separator orientation="vertical" className="hidden h-4! sm:block" />
|
||||
<div class="bg-border hidden h-4 w-px shrink-0 sm:block" role="separator" aria-orientation="vertical"></div>
|
||||
<p class="text-muted-foreground text-sm" aria-label="open-source description">
|
||||
<Link
|
||||
href="https://github.com/cojocaru-david/portfolio"
|
||||
href="https://git.jaroszew.ski/patrick/portfolio"
|
||||
class="text-foreground"
|
||||
external
|
||||
underline>Open-source</Link
|
||||
|
||||
Reference in New Issue
Block a user