Skip to content

Commit

Permalink
Update image
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Nov 15, 2024
1 parent c8dc7a9 commit b326d3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added web/public/music-poap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ export const App = () => {
<div className="w-full min-h-screen bg-ens-light-background-secondary pt-12 px-4">
<div className="p-4 border-ens-light-border text-center bg-ens-light-background-primary text-ens-light-text-primary mx-auto max-w-xl w-full border rounded-xl space-y-4">
<h1 className="font-bold text-2xl">Claim Music Stage POAP</h1>
<p>Music is really cool, and so are you!</p>
<div className="h-[128px] w-full">
<img
src="../public/music-poap.png"
alt="Music Stage"
className="h-full object-contain mx-auto"
/>
</div>
<p>Click the button below to claim your POAP.</p>
<button
className="bg-ens-light-blue-primary w-full text-ens-light-background-primary px-4 py-2 rounded-md block"
Expand Down

0 comments on commit b326d3d

Please sign in to comment.