Skip to content

Commit

Permalink
Updated back arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
JAVillarino committed Apr 13, 2024
1 parent 834fc1b commit 42ac661
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/donations/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ const page = ({
const dollarsRaised = parseFloat(amount)
return (
<>
<div className="navbar bg-base-100 mt-2">
<div className="navbar bg-base-100">
<div className="flex-1">
<Link className="btn btn-ghost normal-case text-xl" href="/">
{'<'}--
</Link>{' '}
<Link className="btn btn-ghost text-4xl ml-5 " href="/">
</Link>
</div>

<div className="navbar-end">
<div className="w-1/4">
<div className="w-1/4 mt-2">
<Logo />
</div>
</div>
Expand Down

0 comments on commit 42ac661

Please sign in to comment.