Openstatus www.openstatus.dev

fix: footer external props (#193)

authored by

Maximilian Kaske and committed by
GitHub
89af59a1 ff49603c

+1 -1
+1 -1
apps/web/src/components/layout/marketing-footer.tsx
··· 55 55 <LinkSlot 56 56 className="text-foreground inline-flex items-center underline underline-offset-4 hover:no-underline" 57 57 href={href} 58 - {...{ externalProps }} 58 + {...externalProps} 59 59 > 60 60 {label} 61 61 {isExternal ? <ArrowUpRight className="ml-1 h-4 w-4" /> : null}