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", +};