diff --git a/apps/www/content/docs/changelog.mdx b/apps/www/content/docs/changelog.mdx index 80d60ea8ba..bf26f71bcf 100644 --- a/apps/www/content/docs/changelog.mdx +++ b/apps/www/content/docs/changelog.mdx @@ -11,7 +11,7 @@ I have a lot of updates to share with you today: - [**New CLI**](#new-cli) - Rewrote the CLI from scratch. You can now add components, dependencies and configure import paths. - [**Theming**](#theming-with-css-variables-or-tailwind-colors) - Choose between using CSS variables or Tailwind CSS utility classes for theming. - [**Base color**](#base-color) - Configure the base color for your project. This will be used to generate the default color palette for your components. -- [**React Server Components**](react-server-components) - Opt out of using React Server Components. The CLI will automatically append or remove the `use client` directory. +- [**React Server Components**](#react-server-components) - Opt out of using React Server Components. The CLI will automatically append or remove the `use client` directory. - [**Styles**](#styles) - Introducing a new concept called _Style_. A style comes with its own set of components, animations, icons and more. - [**Exit animations**](#exit-animations) - Added exit animations to all components. - [**Other updates**](#other-updates) - New `icon` button size, updated `sheet` component and more.