Skip to content

Commit

Permalink
no hype meter, fixed light mode hub button
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanroark committed Aug 25, 2024
1 parent 3166352 commit b72896f
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default async function Page() {
href="https://github.com/Hacksore/oghunt"
target="_blank"
rel="noopener noreferrer"
className="relative mx-auto h-[50px] w-[300px] max-w-full overflow-hidden rounded-[50px] bg-current text-center text-white dark:bg-black"
className="relative mx-auto h-[50px] w-[300px] max-w-full overflow-hidden rounded-[50px] bg-neutral-100 text-center text-white dark:bg-black"
>
<div className="absolute inset-0 z-10 flex items-center justify-center text-[1.25rem] font-bold text-black dark:text-white">
✨ Star on Github
Expand All @@ -71,20 +71,7 @@ export default async function Page() {
height={32}
/>
</div>
</div>

<div className="w-full">
<h2 className="text-mg pb-2 font-bold md:text-lg">AI HypeMeter™</h2>
<div className="mx-auto w-full">
<SlopMeter
propA={aiVotes}
propB={nonAIVotes}
nameA="AI Votes"
nameB="No AI Votes"
height={32}
/>
</div>
<div className="pt-2 opacity-60">Out of projects launched today</div>
<div className="pt-2 opacity-60">projects launched today</div>
</div>
</header>

Expand Down

0 comments on commit b72896f

Please sign in to comment.