feat: implement logic for icons
This commit is contained in:
@@ -30,7 +30,7 @@ export default function Shortcuts({
|
||||
variant="shortcut"
|
||||
>
|
||||
<span>{shortcut.text ? shortcut.text : shortcut.title}</span>
|
||||
<ArrowRightIcon />
|
||||
<ArrowRightIcon color="burgundy" className={styles.arrowRight} />
|
||||
</Link>
|
||||
))}
|
||||
</section>
|
||||
|
||||
@@ -28,3 +28,8 @@
|
||||
.link:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.arrowRight {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user