Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please replicate this #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

colin-codegen[bot]
Copy link
Contributor

@colin-codegen colin-codegen bot commented Sep 7, 2023

Codegen PR • View Issue

The approach involves creating a new FAQ component and adding an FAQ page that uses this component. To add the FAQ component, you would need to create a new file src/components/FAQ/FAQ.tsx and define your functional component there. For the FAQ page, you would add a new file src/pages/faq.tsx and import the FAQ component in this file. Lastly, you would update the src/pages/index.tsx file to include a link to the FAQ page using the Link component from 'next/link'. Here's how the link to the FAQ page might look: <Link href='/faq'>Go to FAQ</Link>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants