Skip to content

Commit 6bb6baf

Browse files
committed
fix: fix workshop 2025 category
1 parent 9a1bc68 commit 6bb6baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Workshops/Workshops.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const Workshops: FC<React.PropsWithChildren<unknown>> = () => {
4242
}, []);
4343

4444
//region workshops
45-
const workshopCategoryList = new Set([149213]);
45+
const workshopCategoryList = new Set([326133]);
4646

4747
const workshops = data
4848
?.flatMap((group) => group.sessions)

0 commit comments

Comments
 (0)