Skip to content

Commit 2d9a9ec

Browse files
committed
ok
1 parent 8520299 commit 2d9a9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/hacklytics2026/components/sections/PrizeAndSpeakerSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const PrizeTicket: React.FC<{
2525
image: string;
2626
delay: string;
2727
rotate: string
28-
}> = ({ type, rank, prize, image, delay, rotate }) => {
28+
}> = ({ type, _rank, prize, image, delay, rotate }) => {
2929
const colors = {
3030
gold: { bg: '#FCD34D', border: '#B45309', accent: '#F59E0B', text: '#92400E' },
3131
silver: { bg: '#E5E7EB', border: '#4B5563', accent: '#9CA3AF', text: '#374151' },

0 commit comments

Comments
 (0)