Closed Hypnocratic closed 7 months ago
Hero component code example of "Hero with figure but reverse order" was wrong. The image tag was being put before the text div. Fix moves image to after text div. Code was causing image to render left of text instead of the right.
It's not wrong. Second example has lg:flex-row Third example has lg:flex-row-reverse
lg:flex-row
lg:flex-row-reverse
You can copy the codes to Tailwind Play and see they're working as expected: https://daisyui.com/tailwindplay/
Hero component code example of "Hero with figure but reverse order" was wrong. The image tag was being put before the text div. Fix moves image to after text div. Code was causing image to render left of text instead of the right.