mantinedev / ui.mantine.dev

Mantine UI website and components
https://ui.mantine.dev
MIT License
2.84k stars 314 forks source link

Make nested links optional for header docs #62

Open fung7890 opened 1 year ago

fung7890 commented 1 year ago

As is, the mock data will proc an error with typescript since some of them don't have nested links available.

Could either update mock data to include empty nested links or update interface to have nested links as an optional field.