fix: fixed padding in footer (#794)

fixes: #793
This commit is contained in:
Lucas Smith
2024-01-03 13:29:13 +11:00
committed by GitHub

View File

@ -70,7 +70,7 @@ export const Footer = ({ className, ...props }: FooterProps) => {
key={index}
href={link.href}
target={link.target}
className="text-muted-foreground hover:text-muted-foreground/80 flex-shrink-0 text-sm"
className="text-muted-foreground hover:text-muted-foreground/80 flex-shrink-0 break-words text-sm"
>
{link.text}
</Link>