We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://daisyui.com/components/hero/
In JSX style is an object:
<div className="hero min-h-screen" style="background-image: url(/images/stock/photo-1507358522600-9f71e620c44e.jpg);">
->
<div className="hero min-h-screen" style={{backgroundImage: 'url(/images/stock/photo-1507358522600-9f71e620c44e.jpg);'}}>
No response
The text was updated successfully, but these errors were encountered:
Trying to give a hand here. The problem seems to be on the hero-content class.
hero-content
Sorry, something went wrong.
8a3b82f
saadeghi
No branches or pull requests
On which page do you see this issue?
https://daisyui.com/components/hero/
Describe the issue
In JSX style is an object:
->
What browsers are you seeing the problem on?
No response
The text was updated successfully, but these errors were encountered: