adrianhajdin / project_syncfusion_dashboard

This is a code repository for the corresponding YouTube video. In this tutorial we are going to build and deploy a an admin dashboard app using React.js and Syncfusion
https://jsmastery.pro
GNU Affero General Public License v3.0
3.04k stars 1.05k forks source link

Tailwind BackgroundImage #21

Open InstantaneousMISC opened 1 year ago

InstantaneousMISC commented 1 year ago

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 commented 1 year 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

Tallal64 commented 6 months 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

still not working for me