diff --git a/ui/src/app/components/ImprinkAppBar.tsx b/ui/src/app/components/ImprinkAppBar.tsx index da6836a..a3ce8fc 100644 --- a/ui/src/app/components/ImprinkAppBar.tsx +++ b/ui/src/app/components/ImprinkAppBar.tsx @@ -215,7 +215,6 @@ export default function ImprinkAppBar() { )} )} - {/* Add theme toggle button to the right side of the toolbar on mobile */} {isMobile && ( diff --git a/ui/src/app/components/gallery/ProductCard.tsx b/ui/src/app/components/gallery/ProductCard.tsx index a9af034..c9ca6e7 100644 --- a/ui/src/app/components/gallery/ProductCard.tsx +++ b/ui/src/app/components/gallery/ProductCard.tsx @@ -34,12 +34,24 @@ export default function ProductCard({ product }: ProductCardProps) { return (