feat: update links default color to match design documents
This commit is contained in:
@@ -22,7 +22,6 @@ export default function FooterMainNav({ mainLinks }: FooterMainNavProps) {
|
||||
<li key={link.title} className={styles.mainNavigationItem}>
|
||||
<Typography variant="Title/Subtitle/md">
|
||||
<Link
|
||||
color="burgundy"
|
||||
href={link.url}
|
||||
className={styles.mainNavigationLink}
|
||||
target={link.openInNewTab ? "_blank" : undefined}
|
||||
|
||||
@@ -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