Skip to content

Commit

Permalink
fix double header
Browse files Browse the repository at this point in the history
  • Loading branch information
boudra committed Apr 24, 2024
1 parent 5ac158f commit 06a6b82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/grant-explorer/src/features/round/ViewRoundPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ function AfterRoundStart(props: {
<>
<DefaultLayout>
{showCartNotification && renderCartNotification()}
<Navbar />
{props.isAfterRoundEndDate && (
<div className="relative top-16">
<RoundEndedBanner />
Expand Down Expand Up @@ -960,7 +959,9 @@ const RoundStatsTabContent = ({
</div>

<div className="max-w-[53rem] m-auto w-full bg-green-50 rounded-2xl py-8 px-2 flex justify-center items-center gap-8 flex-wrap">
<p className="text-xl sm:text-2xl font-medium">Want to check out more stats?</p>
<p className="text-xl sm:text-2xl font-medium">
Want to check out more stats?
</p>
<a
href={`https://reportcards.gitcoin.co/${chainId}/${roundId}`}
target="_blank"
Expand Down

0 comments on commit 06a6b82

Please sign in to comment.