From 5f2f00dde03d3b31d3824858e4a64fbfee34c9f8 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Tue, 14 Apr 2026 15:14:30 +0200 Subject: [PATCH] chore: hide logos sticker category --- apps/web/src/constants/sticker-constants.ts | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/apps/web/src/constants/sticker-constants.ts b/apps/web/src/constants/sticker-constants.ts index 5b6cbcbd..29e48c25 100644 --- a/apps/web/src/constants/sticker-constants.ts +++ b/apps/web/src/constants/sticker-constants.ts @@ -1,8 +1,9 @@ -export const STICKER_INTRINSIC_SIZE_FALLBACK = 200; - -export const STICKER_CATEGORIES = { - all: "All", - logos: "Logos", - flags: "Flags", - shapes: "Shapes", -}; +export const STICKER_INTRINSIC_SIZE_FALLBACK = 200; + +export const STICKER_CATEGORIES = { + all: "All", + // v0.4.0 + // logos: "Logos", + flags: "Flags", + shapes: "Shapes", +};