feat(SW-322): remove divs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user