Skip to content

Commit

Permalink
Remove text-over-image div from index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
naiirad committed Dec 7, 2023
1 parent 9c166bb commit 5a2c229
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ const Home: NextPage = () => {
<Image src="/MantaCare_Hintergrund.png" alt="Hintergrund" width={572} height={572} layout="responsive" />
</div>

<div className="text-over-image absolute top-1/4 pl-32">
<div className="max-w-md mx-auto text-left">
<h1 className="text-4xl font-bold">Your Donation-Hub</h1>
<h2 className="text-xl">Wellcome back!</h2>
</div>
</div>

<main className="container mx-auto -my-32 p-16 relative mb-8">
<section className="grid grid-cols-1 md:grid-cols-4 gap-8">
{projects.map(project => (
Expand Down
Binary file modified packages/nextjs/public/MantaCare_Hintergrund.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/nextjs/public/MantaCare_Hintergrund1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/nextjs/public/eurc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/nextjs/public/jUSD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/nextjs/public/usdc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/nextjs/public/usdt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5a2c229

Please sign in to comment.