We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3c4ba commit 54dc7cbCopy full SHA for 54dc7cb
src/app/conf/2025/components/sponsors.tsx
@@ -9,7 +9,6 @@ import Graphweaver from "public/img/conf/Sponsors/Graphweaver.svg?svgr"
9
import NextImage from "next-image-export-optimizer"
10
import { clsx } from "clsx"
11
12
-// Component for the small triangle icon before tier labels
13
function TierIcon() {
14
return (
15
<svg
@@ -51,7 +50,6 @@ export interface SponsorsProps {
51
50
heading?: string
52
}
53
54
-// --- Data structure for Tiers ---
55
interface Tier {
56
name: string
57
items: Image[]
0 commit comments