Skip to content

Commit

Permalink
github shill always
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgsolomon committed May 15, 2024
1 parent 15adfa9 commit 4359c99
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,13 @@ export default function Home({
</Link>
</p>
</div>
{pendingVideo && placeInQueue >= 1 && progress === 0 ? (
{pendingVideo ? (
<div className="flex max-w-[300px] flex-col gap-4 rounded-lg border border-border bg-card/80 p-4 text-center text-sm shadow-sm">
<div>
Sorry for the long ass queue bro 🤕. If you want to run
locally check{" "}
{placeInQueue >= 1 && progress === 0 ? (
<>Sorry for the long ass queue bro 🤕.</>
) : null}{" "}
If you want to run locally check{" "}
<Link
href="https://github.com/noahgsolomon/brainrot.js"
target="_blank"
Expand Down

0 comments on commit 4359c99

Please sign in to comment.