Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cabreraalex committed Jan 5, 2024
1 parent 42346bf commit 27f6c28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@ const config = {
label: "Home",
to: "/",
},
{
label: "About",
to: "/about/",
},
{
label: "Docs",
to: "/docs/intro",
},
{
label: "About",
to: "/about/",
},
{
label: "FAQ",
to: "/faq/",
Expand Down
1 change: 1 addition & 0 deletions src/components/Demo/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
padding: 30px;
max-width: 800px;
text-align: center;
border-radius: 40px;
}

0 comments on commit 27f6c28

Please sign in to comment.