fixed padding issue in footer

This commit is contained in:
apoorv taneja
2023-12-28 23:29:44 +05:30
parent 0bb86963a9
commit 5307fa6453
2 changed files with 1 additions and 3 deletions

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 text-sm break-words"
>
{link.text}
</Link>