From dfdc5cc104d4f01362982d76c7fc1746f688cd59 Mon Sep 17 00:00:00 2001 From: Nicholai Date: Mon, 20 Oct 2025 18:13:04 -0600 Subject: [PATCH] feat(artists/mobile): hide stats block on mobile (specialties/pieces/rate) for cleaner UI --- components/artist-portfolio.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/artist-portfolio.tsx b/components/artist-portfolio.tsx index 8480efdf5..0eea9ddb6 100644 --- a/components/artist-portfolio.tsx +++ b/components/artist-portfolio.tsx @@ -523,7 +523,7 @@ export function ArtistPortfolio({ artistId }: ArtistPortfolioProps) {
-
+
{artist.specialties.length}+
Specialties
@@ -532,7 +532,7 @@ export function ArtistPortfolio({ artistId }: ArtistPortfolioProps) {
{portfolioImages.length}
Portfolio Pieces
-
+
{artist.hourlyRate ? `$${artist.hourlyRate}` : "Contact"}
Starting Rate