Skip to content

Commit a317b6d

Browse files
feat: update
1 parent c943c08 commit a317b6d

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

src/components/Sidebar.astro

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,6 @@ function isActive(path: string): boolean {
6363
<span>Fintech</span>
6464
</a>
6565
</li>
66-
<li>
67-
<a href="/gaming" class={isActive('/gaming') ? 'active' : ''}>
68-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="24" height="24">
69-
<path d="M7.97,16L5,19C4.67,19.3 4.23,19.5 3.75,19.5A1.75,1.75 0 0,1 2,17.75V17.5L3,10.12C3.21,7.81 5.14,6 7.5,6H16.5C18.86,6 20.79,7.81 21,10.12L22,17.5V17.75A1.75,1.75 0 0,1 20.25,19.5C19.77,19.5 19.33,19.3 19,19L16.03,16H7.97M9.5,8A1.5,1.5 0 0,0 8,9.5A1.5,1.5 0 0,0 9.5,11A1.5,1.5 0 0,0 11,9.5A1.5,1.5 0 0,0 9.5,8M14.5,8A1.5,1.5 0 0,0 13,9.5A1.5,1.5 0 0,0 14.5,11A1.5,1.5 0 0,0 16,9.5A1.5,1.5 0 0,0 14.5,8Z"/>
70-
</svg>
71-
<span>Gaming</span>
72-
</a>
73-
</li>
7466
<li>
7567
<a href="/iot" class={isActive('/iot') ? 'active' : ''}>
7668
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="24" height="24">

src/content.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const events = defineCollection({
1212
url: z.string().url(),
1313
image: z.string().optional(),
1414
featured: z.boolean(),
15-
eventType: z.array(z.enum(['AI', 'Big Data', 'Cloud', 'Fintech', 'Gaming', 'IoT', 'Web3.0'])),
15+
eventType: z.array(z.enum(['AI', 'Big Data', 'Cloud', 'Fintech', 'IoT', 'Web3.0'])),
1616
region: z.enum(['Americas', 'Asia', 'Europe', 'Other']),
1717
}),
1818
});

0 commit comments

Comments
 (0)