We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0439ba3 commit 75191a0Copy full SHA for 75191a0
src/components/BannerFloat.astro
@@ -2,7 +2,7 @@
2
import { GlobeIcon } from 'lucide-react';
3
---
4
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">
+<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">
6
<GlobeIcon className="w-5 h-5" />
7
<span class="font-medium">Made with cvfolio</span>
8
</a>
0 commit comments