diff --git a/app/components/items/cards/item-card.tsx b/app/components/items/cards/item-card.tsx index 4fb6f5e5..b251356c 100644 --- a/app/components/items/cards/item-card.tsx +++ b/app/components/items/cards/item-card.tsx @@ -44,7 +44,7 @@ function ItemCard({ album, }: ItemCard.Props) { return ( - +
+
{isTop && ( <>
@@ -95,7 +95,7 @@ function ItemsList({
diff --git a/app/sections/default-section.tsx b/app/sections/default-section.tsx index 3f4b3f6b..8a0342ed 100644 --- a/app/sections/default-section.tsx +++ b/app/sections/default-section.tsx @@ -19,7 +19,7 @@ function DefaultSection({ ...props }: DefaultSection.Props) { return ( -
+

{title}

diff --git a/tailwind.config.ts b/tailwind.config.ts index 24bbf4bf..6a3e5f1b 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -1,6 +1,6 @@ import { type Config } from 'tailwindcss' -import plugin from 'tailwindcss/plugin' import TailwindCSSAnimate from 'tailwindcss-animate' +import plugin from 'tailwindcss/plugin' export default { darkMode: ['class'], diff --git a/tests/snapshots/item-card.spec.tsx.snap b/tests/snapshots/item-card.spec.tsx.snap index b8997274..1b64f468 100644 --- a/tests/snapshots/item-card.spec.tsx.snap +++ b/tests/snapshots/item-card.spec.tsx.snap @@ -6,7 +6,7 @@ exports[`ItemCard > should match snapshot as album 1`] = ` "baseElement":
Album 1 should match snapshot as album 1`] = ` , "container":
Album 1 should match snapshot as artist 1`] = ` "baseElement":
Darkthrone should match snapshot as artist 1`] = ` , "container":
Darkthrone should match snapshot as track 1`] = ` "baseElement":
Track 1 should match snapshot as track 1`] = ` , "container":
Track 1 should match snapshot with playTime 1`] = ` "baseElement":
should match snapshot with playTime 1`] = ` , "container":
should match snapshot with playTime and top 1`] = ` "baseElement":