diff --git a/src/components/BottleGrid.tsx b/src/components/BottleGrid.tsx
index 75a3aec..c7186bd 100644
--- a/src/components/BottleGrid.tsx
+++ b/src/components/BottleGrid.tsx
@@ -36,7 +36,7 @@ function BottleCard({ bottle }: BottleCardProps) {
const statusStyle = statusConfig[bottle.status as keyof typeof statusConfig] || statusConfig.sealed;
return (
-
+
@@ -205,10 +205,10 @@ export default function BottleGrid({ bottles }: BottleGridProps) {
@@ -222,10 +222,10 @@ export default function BottleGrid({ bottles }: BottleGridProps) {
@@ -233,10 +233,10 @@ export default function BottleGrid({ bottles }: BottleGridProps) {
@@ -252,10 +252,10 @@ export default function BottleGrid({ bottles }: BottleGridProps) {