chore: hide logos sticker category

This commit is contained in:
Maze Winther 2026-04-14 15:14:30 +02:00
parent 6db7ad0696
commit 5f2f00dde0
1 changed files with 9 additions and 8 deletions

View File

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