From 0aa0722b8832942bcdf40ce78edc8d7488b46daa Mon Sep 17 00:00:00 2001 From: Dadda Hicham Date: Sat, 3 Dec 2022 23:37:39 +0100 Subject: [PATCH] [docs] fix changlog component links --- docs/src/docs/changelog/5-9-0.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/docs/changelog/5-9-0.mdx b/docs/src/docs/changelog/5-9-0.mdx index 65aea488328..82547b5286b 100644 --- a/docs/src/docs/changelog/5-9-0.mdx +++ b/docs/src/docs/changelog/5-9-0.mdx @@ -27,7 +27,7 @@ the eye dropper will not be rendered if the API is not supported. ## AppShell alt layout -[AppShell](https://mantine.dev/core/) component now supports placing `Navbar` and `Aside` components on top of `Header` and `Footer` with `layout="alt"` prop. +[AppShell](https://mantine.dev/core/app-shell) component now supports placing `Navbar` and `Aside` components on top of `Header` and `Footer` with `layout="alt"` prop. Open alt layout example in new tab @@ -89,5 +89,5 @@ or do not support placeholder property natively: - [RangeSlider](https://mantine.dev/core/slider/) component now supports `maxRange` prop - [Stepper](https://mantine.dev/core/stepper/) component now supports any CSS color value in `color` prop -- [use-hotkeys](https://mantine.dev/hooks/use-hot-keys/) hook now allows to configure whether default behavior should be prevented +- [use-hotkeys](https://mantine.dev/hooks/use-hotkeys/) hook now allows to configure whether default behavior should be prevented - [Input](https://mantine.dev/core/input/) and other components based on it now support any valid CSS size value in `rightSectionWidth` and `iconWidth` props