Skip to content

Commit

Permalink
woo0918
Browse files Browse the repository at this point in the history
  • Loading branch information
woobin committed Sep 18, 2023
1 parent 8545c79 commit 5e28a5c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion foundation/src/components/Aiding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function Aiding() {
<p className='w-1/2 max-md:w-full text-white text-xl'>We are developing intellectually stimulating content for both children and adults. Our platform will host a variety of interactive experiences with our Zoo Animals, aimed at lasting impact and raising awareness.</p>
</div>

<Link href='/campaign' className="hidden max-md:flex bg-[#1E1F23] flex-col border border-[#1E1F23] mt-12 rounded-xl pb-4">
<Link href='#' className="hidden max-md:flex bg-[#1E1F23] flex-col border border-[#1E1F23] mt-12 rounded-xl pb-4">
<>
<Image
className='w-full'
Expand Down
4 changes: 2 additions & 2 deletions foundation/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function Footer() {
<Link href="/getinvolved#volunteer" className='text-sm lg:text-lg text-white'>Initiatives</Link>
</div>
<div className='flex flex-col space-y-8'>
<Link href="/campaign" className='text-sm lg:text-lg text-white'>Campaign</Link>
{/* <Link href="/campaign" className='text-sm lg:text-lg text-white'>Campaign</Link> */}
<Link href="https://app.zoolabs.io/" className='text-sm lg:text-lg text-white'>Digital Collectibles</Link>
<Link href="/animals/red_wolf" className='text-sm lg:text-lg text-white'>Red Wolf</Link>
<Link href="/animals/nubian_giraffe" className='text-sm lg:text-lg text-white'>Nubian Giraffe</Link>
Expand All @@ -60,7 +60,7 @@ function Footer() {
<div className='flex items-center pt-8 space-x-8'>
<Link href="/" className='text-lg text-white'>Home</Link>
<Link href="/about" className='text-lg text-white'>About</Link>
<Link href="/campaign" className='text-lg text-white'>Campaign</Link>
{/* <Link href="/campaign" className='text-lg text-white'>Campaign</Link> */}

</div>
<div className='flex items-center pt-6 space-x-8'>
Expand Down
8 changes: 4 additions & 4 deletions foundation/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ function Navbar() {
>
Mission
</Link>
<Link
{/* <Link
href="/campaign"
className="text-gray-300 hover:text-white px-3 py-2 text-md font-medium"
>
Campaign
</Link>
</Link> */}
<Link
href="/getinvolved"
className="text-gray-300 hover:text-white px-3 py-2 text-md font-medium"
Expand Down Expand Up @@ -110,12 +110,12 @@ function Navbar() {
>
Mission
</Link>
<Link
{/* <Link
href="/campaign"
className="text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-base font-medium"
>
Campaign
</Link>
</Link> */}
<Link
href="/getinvolved"
className="text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-base font-medium"
Expand Down

1 comment on commit 5e28a5c

@vercel
Copy link

@vercel vercel bot commented on 5e28a5c Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@woobinpro is attempting to deploy a commit to the Zoo Labs Team on Vercel.

To accomplish this, @woobinpro needs to request access to the Team.

Afterwards, an owner of the Team is required to accept their membership request.

If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account.

Please sign in to comment.