fixed padding issue in footer

This commit is contained in:
apoorv taneja
2023-12-28 23:30:20 +05:30
parent 5307fa6453
commit 5d6f69dc19

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 break-words"
className="text-muted-foreground hover:text-muted-foreground/80 flex-shrink-0 break-words text-sm"
>
{link.text}
</Link>