You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…>` to not use `<h2>`
You can cast the component to a component of your own, or a generic HTML element, e.g.,
`<Footer.Title as="h3">`.
resolvethemesberg#594
tulup-conner
added a commit
to tulup-conner/flowbite-react
that referenced
this issue
Feb 20, 2023
…>` to not use `<h2>`
You can cast the component to a component of your own, or a generic HTML element, e.g.,
`<Footer.Title as="h3">`.
resolvethemesberg#594
tulup-conner
added a commit
to tulup-conner/flowbite-react
that referenced
this issue
Feb 20, 2023
…>` to not use `<h2>`
You can cast the component to a component of your own, or a generic HTML element, e.g.,
`<Footer.Title as="h3">`.
resolvethemesberg#594
Is your feature request related to a problem? Please describe.
<Footer.Title>
can only be<h2>
. It should be able to be any heading element.The text was updated successfully, but these errors were encountered: