feat: update links default color to match design documents
This commit is contained in:
@@ -67,7 +67,6 @@ export default function FooterSecondaryNav({
|
||||
<Link
|
||||
href={link.url}
|
||||
target={link.openInNewTab ? "_blank" : undefined}
|
||||
color="burgundy"
|
||||
onClick={() => trackFooterClick(group.title, link.title)}
|
||||
>
|
||||
{link.title}
|
||||
|
||||
Reference in New Issue
Block a user