fix(SW-187): Fixed open in new tab and some general refactoring
This commit is contained in:
@@ -17,6 +17,7 @@ export default function FooterMainNav({ mainLinks }: FooterMainNavProps) {
|
||||
color="burgundy"
|
||||
href={link.url}
|
||||
className={styles.mainNavigationLink}
|
||||
target={link.openInNewTab ? "_blank" : undefined}
|
||||
>
|
||||
{link.title}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user