diff --git a/src/app/bottles/[id]/page.tsx b/src/app/bottles/[id]/page.tsx index 46391fa..6d15ac1 100644 --- a/src/app/bottles/[id]/page.tsx +++ b/src/app/bottles/[id]/page.tsx @@ -29,8 +29,8 @@ export default async function BottlePage({ params }: { params: { id: string } }) .order('created_at', { ascending: false }); return ( -
-
+
+
{/* Back Button */}
-

+

{bottle.name}

-

{bottle.distillery}

+

{bottle.distillery}

{bottle.whiskybase_id && (
diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c6a6b0..e212bec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function Home() { } return ( -
+

diff --git a/src/components/BottleGrid.tsx b/src/components/BottleGrid.tsx index c7186bd..e313572 100644 --- a/src/components/BottleGrid.tsx +++ b/src/components/BottleGrid.tsx @@ -59,10 +59,10 @@ function BottleCard({ bottle }: BottleCardProps) {

-
+
-

{bottle.distillery}

+

{bottle.distillery}

{(bottle.is_whisky === false || (bottle.confidence && bottle.confidence < 70)) && (
@@ -70,24 +70,24 @@ function BottleCard({ bottle }: BottleCardProps) {
)}
-

{bottle.name || 'Unbekannte Flasche'}

-
- +
+ {bottle.category} - + {bottle.abv}% VOL
-
- - Hinzugefügt am +
+ + Hinzugefügt am {new Date(bottle.created_at).toLocaleDateString('de-DE')}
@@ -187,14 +187,14 @@ export default function BottleGrid({ bottles }: BottleGridProps) {
-
+
{/* Category Filter */}
Kategorie -
+