We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642ae86 commit 5501971Copy full SHA for 5501971
src/components/blockopensource/FooterBlockOS.astro
@@ -40,7 +40,7 @@ const copyrightText = footerBlockOSData.copyright || `© ${currentYear} ${footer
40
<a
41
href={link.href}
42
{...(link.external && { target: '_blank', rel: 'noopener noreferrer' })}
43
- class="text-sm text-muted-foreground no-underline transition-colors duration-200 flex items-center gap-2 hover:text-foreground whitespace-nowrap"
+ class="text-sm text-foreground no-underline transition-colors duration-200 flex items-center gap-2 hover:text-foreground whitespace-nowrap"
44
>
45
{link.icon && (
46
<Icon name={link.icon} class="w-5 h-5 flex-shrink-0" />
0 commit comments