1
0
Fork 0

chore(shared): Linter warnings

This commit is contained in:
joostdecock 2023-08-27 16:48:30 +02:00
parent 471682514f
commit fb993ebe25
8 changed files with 3 additions and 16 deletions

View file

@ -12,6 +12,7 @@ export const Accordion = ({
<nav>
{items.map((item, i) => (
<button
key={i}
className={`
p-2 px-4 rounded-lg bg-transparent shadow
w-full mt-2 py-4 h-auto content-start text-left bg-opacity-20
@ -36,6 +37,7 @@ export const SubAccordion = ({
<nav>
{items.map((item, i) => (
<button
key={i}
className={`
p-2 px-4 rounded
bg-transparent