Skip to content

Commit 54dc7cb

Browse files
committed
Remove a redundant comment
1 parent 9e3c4ba commit 54dc7cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/conf/2025/components/sponsors.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import Graphweaver from "public/img/conf/Sponsors/Graphweaver.svg?svgr"
99
import NextImage from "next-image-export-optimizer"
1010
import { clsx } from "clsx"
1111

12-
// Component for the small triangle icon before tier labels
1312
function TierIcon() {
1413
return (
1514
<svg
@@ -51,7 +50,6 @@ export interface SponsorsProps {
5150
heading?: string
5251
}
5352

54-
// --- Data structure for Tiers ---
5553
interface Tier {
5654
name: string
5755
items: Image[]

0 commit comments

Comments
 (0)