Skip to content

Commit

Permalink
Update Prizes.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
iancheung0202 authored Nov 20, 2024
1 parent 6294267 commit 73fc99d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/app/(landing)/Prizes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ const miniEventPrizes = [{
}];

export default function Prizes() {
return (
<Section red title="Prizes" id="prizes">
<div className="flex justify-center items-center h-64">
<h2 className="text-3xl font-bold text-gray-600">Coming Soon</h2>
</div>
</Section>
);
}

/* export default function Prizes() {
return (
<Section red title="Prizes" id="prizes">
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-3">
Expand All @@ -75,7 +85,7 @@ export default function Prizes() {
</div>
</Section>
);
}
} */

function Prize(props: {children: ReactNode}) {
return (
Expand Down

1 comment on commit 73fc99d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for gunnhacks11-0 ready!

✅ Preview
https://gunnhacks11-0-6xt1g7can-daniel-kous-projects.vercel.app

Built with commit 73fc99d.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.