DocsGPT
DocsGPT copied to clipboard
Update About.tsx
Create a dropdown instead of about menu. #1165
Explanation of Changes:
- Dropdown Toggle: The dropdown is toggled by clicking the "Help" button, which displays the dropdown menu.
- Email Us Option: Clicking this option opens the user's email client with the mailto link for [email protected].
- Documentation Option: Clicking this option opens the DocsGPT documentation in a new tab.
- Icons: Used react-icons for icons (a question mark for the dropdown and an envelope for the email link).
@AnujSaha0111 is attempting to deploy a commit to the Arc53 Team on Vercel.
A member of the Team first needs to authorize it.
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 |
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!