Skip to content

Commit 75191a0

Browse files
committed
fix: fixed repository url
1 parent 0439ba3 commit 75191a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BannerFloat.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { GlobeIcon } from 'lucide-react';
33
---
44

5-
<a href="https://github.com/coderdiaz/cvfolio" rel="noopener noreferrer" target="_blank" class="transition-colors fixed bottom-0 right-0 pl-3 pr-4 py-2 mb-4 mr-4 bg-muted-foreground/40 hover:bg-muted-foreground/60 text-headings rounded-full flex items-center gap-2">
5+
<a href="https://github.com/coderdiaz-studio/cvfolio" rel="noopener noreferrer" target="_blank" class="transition-colors fixed bottom-0 right-0 pl-3 pr-4 py-2 mb-4 mr-4 bg-muted-foreground/40 hover:bg-muted-foreground/60 text-headings rounded-full flex items-center gap-2">
66
<GlobeIcon className="w-5 h-5" />
77
<span class="font-medium">Made with cvfolio</span>
88
</a>

0 commit comments

Comments
 (0)