feat(SW-322): remove divs

This commit is contained in:
Fredrik Thorsson
2024-10-11 15:07:48 +02:00
parent 765c934307
commit aace50fb37
3 changed files with 11 additions and 7 deletions

View File

@@ -8,9 +8,10 @@ import type { ShortcutsListItemsProps } from "@/types/components/blocks/shortcut
export default function ShortcutsListItems({
shortcutsListItems,
className,
}: ShortcutsListItemsProps) {
return (
<ul>
<ul className={className}>
{shortcutsListItems.map((shortcut) => (
<li key={shortcut.title} className={styles.listItem}>
<Link