Open InstantaneousMISC opened 2 years ago
Use this one:
backgroundImage: {
'hero-pattern':
"url('https://demos.wrappixel.com/premium-admin-templates/react/flexy-react/main/static/media/welcome-bg-2x-svg.25338f53.svg')",
},
It has been changed by some reason, probably by licence issue. Original is still here: https://gist.github.com/adrianhajdin/7d0eea1cbab4ab21a69dc8c2faf9b831
Use this one:
backgroundImage: { 'hero-pattern': "url('https://demos.wrappixel.com/premium-admin-templates/react/flexy-react/main/static/media/welcome-bg-2x-svg.25338f53.svg')", },
It has been changed by some reason, probably by licence issue. Original is still here: https://gist.github.com/adrianhajdin/7d0eea1cbab4ab21a69dc8c2faf9b831
still not working for me
The backgroundImage defined in the tailwind.configs.js is rendering a plain white image. This is the background rendered with the 'bg-hero-pattern' className. Should be the colorful lady at a desk image that is shown in the tutorial.
backgroundImage: { 'hero-pattern': "url('https://i.ibb.co/MkvLDfb/Rectangle-4389.png')", },