footer: fix broken links
This commit is contained in:
parent
f5ff30948d
commit
589aec3c43
@ -106,8 +106,8 @@ const Footer = () => (
|
||||
<Stack spacing={1} alignItems="center">
|
||||
<ConnectWithUs />
|
||||
<Stack direction="row" spacing={2}>
|
||||
{connectLinks.map(({ label, path }) => (
|
||||
<Link key={label} to={path} fontSize={10}>
|
||||
{connectLinks.map(({ label, url }) => (
|
||||
<Link key={label} href={url} target="_blank" fontSize={10}>
|
||||
{label}
|
||||
</Link>
|
||||
))}
|
||||
|
Loading…
Reference in New Issue
Block a user