Skip to content

Commit

Permalink
Fix texts
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumordelaluz committed Dec 7, 2023
1 parent bf4ee5a commit 9f8fbeb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions apps/docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,9 @@ Let’s start the Tour together!
<Cards.Card arrow title="Tour docs" href="/tour/quickstart" />
</Cards>

If you want to use Nextra without using these built-in themes, you can follow
the [Custom Theme](/docs/custom-theme) docs.

## FAQ

Lorem ipsum
Questions that usually Users asks for different implementations

export function FAQBox({ title, children }) {
return (
Expand All @@ -51,4 +48,4 @@ export function FAQBox({ title, children }) {
)
}

<FAQBox title="Can I use x?">The answer is</FAQBox>
<FAQBox title="First question">First answer</FAQBox>

1 comment on commit 9f8fbeb

@elrumordelaluz
Copy link
Owner Author

Choose a reason for hiding this comment

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

closes #615

Please sign in to comment.