fix: change name of myPages link vaariant to underscored
This commit is contained in:
@@ -44,7 +44,7 @@ export default async function ContactRow({ contact }: ContactRowProps) {
|
||||
<Link
|
||||
className={styles.link}
|
||||
href={openableLink}
|
||||
variant="myPage"
|
||||
variant="underscored"
|
||||
color="burgundy"
|
||||
size="small"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user