From e6166879923a682a245bc436cc0954faa3cf5889 Mon Sep 17 00:00:00 2001 From: Jake Dowie Date: Wed, 15 Jan 2025 15:05:20 +0000 Subject: [PATCH] Fix broken style.css link Signed-off-by: Jake Dowie --- website/docs/docs/styling.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/styling.mdx b/website/docs/docs/styling.mdx index 0a8e96081..c22a96b9c 100644 --- a/website/docs/docs/styling.mdx +++ b/website/docs/docs/styling.mdx @@ -325,7 +325,7 @@ If you are including [Tailwind CSS](https://tailwindcss.com) in your project, us - Add the class names you want to override to the `classNames` prop. - Extend the default class names with [`getDefaultClassNames`](../api/functions/getDefaultClassNames.md). -- Read the [`style.css`](/~https://github.com/gpbl/react-day-picker/blob/main/style.css) file from the source and get familiar with the [UI elements](../docs/anatomy.mdx). +- Read the [`style.css`](/~https://github.com/gpbl/react-day-picker/blob/main/src/style.css) file from the source and get familiar with the [UI elements](../docs/anatomy.mdx). - Adopt [custom components](../guides/custom-components.mdx) to further customize the HTML elements. ```tsx