DocsGPT icon indicating copy to clipboard operation
DocsGPT copied to clipboard

Update About.tsx

Open AnujSaha0111 opened this issue 1 year ago • 3 comments

Create a dropdown instead of about menu. #1165

Explanation of Changes:

  1. Dropdown Toggle: The dropdown is toggled by clicking the "Help" button, which displays the dropdown menu.
  2. Email Us Option: Clicking this option opens the user's email client with the mailto link for [email protected].
  3. Documentation Option: Clicking this option opens the DocsGPT documentation in a new tab.
  4. Icons: Used react-icons for icons (a question mark for the dropdown and an envelope for the email link).

AnujSaha0111 avatar Oct 03 '24 11:10 AnujSaha0111

@AnujSaha0111 is attempting to deploy a commit to the Arc53 Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Oct 03 '24 11:10 vercel[bot]

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

Name Status Preview Comments Updated (UTC)
docs-gpt ❌ Failed (Inspect) Oct 3, 2024 3:08pm

vercel[bot] avatar Oct 03 '24 15:10 vercel[bot]

I get this error

src/About.tsx(2,46): error TS2307: Cannot find module 'react-icons/fa' or its corresponding type declarations.
Error: Command "npm run build" exited with 2

Thank you!

dartpain avatar Oct 03 '24 15:10 dartpain