Skip to content

Commit

Permalink
feat(docs): rounded button clarification
Browse files Browse the repository at this point in the history
This PR clarifies the impact of `rounded: false` on the navbar link buttons.
  • Loading branch information
chdeskur authored Oct 4, 2024
1 parent d35196a commit 4f27283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fern/pages/docs/getting-started/global-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ navbar-links:
Text inside the button.
</ParamField>

<ParamField path="rounded" type="boolean" required={false}>
Whether the button is rounded or square.
<ParamField path="rounded" type="boolean" required={false} default="false">
When `true`, the border radius of the button will be fully rounded.
</ParamField>

<ParamField path="icon" type="string" required={false}>
Expand Down

0 comments on commit 4f27283

Please sign in to comment.