feat(SW-1806): Implemented design systems button inside buttonLink component and changed teasercard buttons
Approved-by: Matilda Landström
This commit is contained in:
@@ -14,7 +14,10 @@ export default function ShortcutsListItems({
|
||||
return (
|
||||
<ul className={`${styles.list} ${className}`}>
|
||||
{shortcutsListItems.map((shortcut) => (
|
||||
<li key={shortcut.title} className={styles.listItem}>
|
||||
<li
|
||||
key={`${shortcut.text}_${shortcut.url}`}
|
||||
className={styles.listItem}
|
||||
>
|
||||
<Link
|
||||
href={shortcut.url}
|
||||
target={shortcut.openInNewTab ? "_blank" : undefined}
|
||||
|
||||
Reference in New Issue
Block a user