Skip to content

Commit

Permalink
quick update to room images
Browse files Browse the repository at this point in the history
  • Loading branch information
getoffdeez committed Jun 30, 2024
1 parent 8e31feb commit f0aa547
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/card-base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Image from 'next/image'
const CardBase= () => {
return (
<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="/summer/frame-blue.png" alt={"Onchain Summer"} width={200} height={200}
<Image src="/summer/bald-jesse.png" alt={"Onchain Summer"} width={200} height={200}
/>
<h3 className="text-teal-900 text-center typewriter font-bold">OnChain Summer</h3>
<Link href={'/onchain-summer'}>
Expand Down
4 changes: 2 additions & 2 deletions components/card-noun.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import Image from 'next/image'
const CardNoun= () => {
return (
<div className="flex flex-col gap-4 border-4 border-b-8 border-yellow-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="/summer/frame-yellow.png" alt={"Yellow Collective"} width={200} height={200}
<Image src="/yellow-collective.png" alt={"Yellow Collective"} width={200} height={200}
/>
<h3 className="text-black text-center typewriter">Yellow Collective</h3>
<h3 className="text-teal-900 text-center typewriter font-bold">Yellow Collective</h3>
<Link href={'/nouns'}>
<Button variant={'secondary'}>Let's Play</Button>
</Link>
Expand Down

0 comments on commit f0aa547

Please sign in to comment.