fix: add stylings for list
This commit is contained in:
@@ -18,7 +18,7 @@ export default function SectionLink({ link, variant }: SectionLinkProps) {
|
||||
className={classNames}
|
||||
color="burgundy"
|
||||
href={link.href}
|
||||
variant="myPage"
|
||||
variant="underscored"
|
||||
>
|
||||
<ArrowRight color="burgundy" className={styles.icon} />
|
||||
{link.text}
|
||||
|
||||
Reference in New Issue
Block a user