From ce4ecf60d33547d150c0bc39ee7314f364df0674 Mon Sep 17 00:00:00 2001 From: Amos Date: Sun, 20 Jul 2025 18:10:51 +0200 Subject: [PATCH] [FIX] Console errors --- .storybook/preview-head.html | 1 - src/stories/Design system/0-Welcome.mdx | 52 ++++++++++--------------- 2 files changed, 20 insertions(+), 33 deletions(-) diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html index 61b4c4ae..ec69aa2b 100644 --- a/.storybook/preview-head.html +++ b/.storybook/preview-head.html @@ -1,4 +1,3 @@ @egdev6 Design System - \ No newline at end of file diff --git a/src/stories/Design system/0-Welcome.mdx b/src/stories/Design system/0-Welcome.mdx index f02adb4e..33ac1bcc 100644 --- a/src/stories/Design system/0-Welcome.mdx +++ b/src/stories/Design system/0-Welcome.mdx @@ -22,36 +22,24 @@ import { Meta } from '@storybook/blocks'; }}>

🚀 Welcome to my Design System

-

- 📦 This is a collection of components, styles, and guidelines that I use to build consistent and reusable user interfaces. - It includes everything from typography and colors to buttons and form elements. -

- -

- ⚙️ The design system is built with React and Tailwind CSS, and is designed to be easy to use and customize. - You can use it in your own projects by installing the package, customizing the theme and importing only the components you need. -

- -

- 🤝 You can also contribute to the design system by submitting pull requests or opening issues on the GitHub repository. - If you have any questions or feedback, feel free to reach out to me on - GitHub or Linkedin. -

- -

- 🚧 Note: This design system is a work in progress and will continue to evolve over time. - Check back often for updates and new components! -

- -

- 📄 License: This design system is licensed under the - MIT License. - Feel free to use it in your own projects — just make sure to give credit where credit is due. -

- -

- ⭐️ If you like this design system, please consider giving it a star on - GitHub! - Your support helps me continue to improve and maintain the project. Thank you! -

+ 📦 This is a collection of components, styles, and guidelines that I use to build consistent and reusable user interfaces. + It includes everything from typography and colors to buttons and form elements. + + ⚙️ The design system is built with React and Tailwind CSS, and is designed to be easy to use and customize. + You can use it in your own projects by installing the package, customizing the theme and importing only the components you need. + + 🤝 You can also contribute to the design system by submitting pull requests or opening issues on the GitHub repository. + If you have any questions or feedback, feel free to reach out to me on + GitHub or Linkedin. + + 🚧 Note: This design system is a work in progress and will continue to evolve over time. + Check back often for updates and new components! + + 📄 License: This design system is licensed under the + MIT License. + Feel free to use it in your own projects — just make sure to give credit where credit is due. + + ⭐️ If you like this design system, please consider giving it a star on + GitHub! + Your support helps me continue to improve and maintain the project. Thank you! \ No newline at end of file