Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
getoffdeez committed Jun 30, 2024
1 parent ff6e2c8 commit a650ae7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
10 changes: 5 additions & 5 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ export default async function Index() {
<Header />
<main className="flex-auto w-full max-w-7xl m-auto gap-8 ">
<h1 className="text-3xl font-bold text-center animate-pulse">Welcome to Playground</h1>
<p className="text-center m-4 text-white/75">You must carry one of thse nfts to access this site.</p>
<p className="text-center m-4 text-white/75">Early access is open to these onchain communities</p>
<div className="flex gap-24 justify-center mt-8">
<div className="flex flex-col gap-4 border-4 border-b-8 border-blue-500 shadow-lg p-4 bg-white rounded-md transform transition-transform duration-300 hover:scale-105 hover:shadow-2xl hover:rotate-2 min-w-56">
<Image src="/baldjessy.gif" alt={"Bald Jesse"} width={200} height={200} unoptimized
/>
<h3 className="text-teal-900 text-center typewriter font-bold">Let’s get Jesse bald!</h3>
<h3 className="text-teal-900 text-center typewriter font-bold">Supabald Jesse</h3>
<Link href={"https://letsgetjessebald.com/"} target="_blank" rel="noopener noreferrer">
<Button variant={'secondary'}>Check it out</Button>
<Button variant={'secondary'}>View site</Button>
</Link>
</div>
<div className="flex flex-col gap-4 border-4 border-b-8 border-[#4FFF14] shadow-lg p-4 bg-white rounded-md transform transition-transform duration-300 hover:scale-105 hover:shadow-2xl hover:rotate-2 min-w-56">
Expand All @@ -45,8 +45,8 @@ export default async function Index() {
<Image src="/yellow-collective.png" alt={"Yellow Collective"} width={200} height={200}
/>
<h3 className="text-teal-900 text-center typewriter font-bold">Collective Nouns</h3>
<Link href={"https://www.yellowcollective.xyz/"} target="_blank" rel="noopener noreferrer">
<Button variant={'secondary'}>Check it out</Button>
<Link href={"https://zora.co/@basedandyellow/"} target="_blank" rel="noopener noreferrer">
<Button variant={'secondary'}>View on Zora</Button>
</Link>
</div>
</div>
Expand Down
3 changes: 0 additions & 3 deletions components/canvas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ import Live from "@/components/Live";
import Navbar from "@/components/Navbar";
import RightSidebar from "@/components/RightSidebar";

import { onChainStickerOptions } from "@/lib/utils";
import StickerMenu from "./StickerMenu";

const CanvasComponent = () => {

const undo = useUndo();
Expand Down

0 comments on commit a650ae7

Please sign in to comment.