Skip to content

Commit

Permalink
[mantine.dev] Fix overflow in the navbar (#7240)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Dec 12, 2024
1 parent 979d907 commit 07a4a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mantine.dev/src/mdx/data/mdx-form-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const MDX_FORM_DATA: Record<string, Frontmatter> = {
},

formStatus: {
title: 'Touched, dirty and submitting',
title: 'Form status',
package: '@mantine/form',
slug: '/form/status',
description: 'Get fields and form touched, dirty and submitting statuses',
Expand Down

0 comments on commit 07a4a90

Please sign in to comment.