themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.31k stars 710 forks source link

Docs wrong code #774

Closed pablodz closed 5 months ago

pablodz commented 5 months ago

Wrong code of example

https://flowbite.com/docs/typography/hr/#hr-with-text

should be


<div class="inline-flex items-center justify-center w-full">
    <hr class="w-64 h-px my-8 bg-gray-200 border-0 dark:bg-gray-700">
    <span
        class="px-3 font-medium text-gray-900 bg-white left-1/2 dark:text-white dark:bg-gray-900">or</span>
    <hr class="w-64 h-px my-8 bg-gray-200 border-0 dark:bg-gray-700">
</div>
zoltanszogyenyi commented 5 months ago

Hey @pablodz,

What is wrong with the code that is live now and what changes does your example make?

Need a better description. Closed until further notice. Thanks!