trypear / pear-landing-page

Landing page for PearAI, the Open Source AI-Powered Code Editor
https://trypear.ai
23 stars 32 forks source link

Added About and GitHub links to the mobile-menu #47

Closed Ayushithakur-2003 closed 2 weeks ago

Ayushithakur-2003 commented 2 weeks ago

` <nav id="mobile-nav" ref={mobileNav} className="absolute top-full z-20 left-0 w-full px-4 sm:px-6 overflow-hidden transition-all duration-300 ease-in-out" style={mobileNavOpen ? { maxHeight: mobileNav.current?.scrollHeight, opacity: 1 } : { maxHeight: 0, opacity: 0.8 }}

        <Link
              href="/about"
              className="font-medium text-purple-600 hover:text-gray-200 px-4 py-3 flex items-center transition duration-150 ease-in-out"
            >
              About
        </Link>
      </li>
      <li>
        <Link href="/" className="flex font-medium w-full text-purple-600 hover:text-gray-200 py-2 justify-center" onClick={() => setMobileNavOpen(false)}>
          Sign in
        </Link>
      </li>
      <li>
        <Link
          href="/"
          className="font-medium w-full inline-flex items-center justify-center border border-transparent px-4 py-2 my-2 rounded-sm text-white bg-purple-600 hover:bg-purple-700 transition duration-150 ease-in-out" onClick={() => setMobileNavOpen(false)}
        >
          Sign up
        </Link>
      </li>
    </ul>
  </nav>`
vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pear-landing-page ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 16, 2024 0:28am
vercel[bot] commented 2 weeks ago

@Ayushithakur-2003 is attempting to deploy a commit to the PearAI Team on Vercel.

A member of the Team first needs to authorize it.