Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
zksquirrel authored Aug 27, 2024
1 parent 4f684a9 commit e9ec722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/hackathon/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Hackathon: React.FC = () => {
<div
className="min-h-screen bg-cover bg-center p-8"
style={{
backgroundImage: 'url(https://i.ibb.co/ZKxH6Yw/zechub-hackathon-2.png)',
backgroundImage: 'url()',
}}
>
<h1 className="text-3xl font-bold text-center mb-4">Zechub Hackathon</h1>
Expand Down

0 comments on commit e9ec722

Please sign in to comment.