Openstatus www.openstatus.dev

Fix : footer links take up full width (may or may not be intended) #780 (#794)

* Fix : footer links take up full width (may or may not be intended) #780

* Running pnpm format command.

authored by

Rajdeep Singh and committed by
GitHub
88232117 bd7c9323

+1 -1
+1 -1
apps/web/src/components/layout/marketing-footer.tsx
··· 86 86 87 87 return ( 88 88 <Link 89 - className="text-muted-foreground hover:text-foreground inline-flex items-center underline underline-offset-4 hover:no-underline" 89 + className="text-muted-foreground hover:text-foreground inline-flex w-fit items-center underline underline-offset-4 hover:no-underline" 90 90 href={href} 91 91 {...externalProps} 92 92 >