feat(WEB-220): label translations
This commit is contained in:
@@ -22,7 +22,7 @@ export default function Header({
|
||||
{title}
|
||||
</Title>
|
||||
{link && (
|
||||
<Link className={styles.link} href={link.href}>
|
||||
<Link className={styles.link} href={link.href} variant="myPage">
|
||||
{link.text}
|
||||
</Link>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user