Skip to content
New issue

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

Tailwind BackgroundImage #21

Open
InstantaneousMISC opened this issue Sep 29, 2022 · 2 comments
Open

Tailwind BackgroundImage #21

InstantaneousMISC opened this issue Sep 29, 2022 · 2 comments

Comments

@InstantaneousMISC
Copy link

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')",
},

@pelmegov
Copy link

pelmegov commented Oct 6, 2022

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

@Tallal64
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants