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.03k stars 1.05k forks source link

i Dont have banner #36

Open cvk123 opened 1 year ago

cvk123 commented 1 year ago

image this banner dont work for me no idea why image I try also downloand your files and just paste to my project and dont work also no idea why

ghost commented 1 year ago

The banner issue is due to the fact that in the tailwind.config.css the source URL cannot fetch the file from wherever it was set to. So, you would have to configure the image path yourself. Change this; "url('https://demos.wrappixel.com/premium-admin-templates/react/flexy-react/main/static/media/welcome-bg-2x-svg.25338f53.svg')", to this; "url('put your image here')", Once the image has been put it will be bounded to the tailwind classes you specified.

Sakyi2 commented 1 year ago

isclicked is still undefined why

Arpitaa8 commented 1 month ago

The banner issue is due to the fact that in the tailwind.config.css the source URL cannot fetch the file from wherever it was set to. So, you would have to configure the image path yourself. Change this; "url('https://demos.wrappixel.com/premium-admin-templates/react/flexy-react/main/static/media/welcome-bg-2x-svg.25338f53.svg')", to this; "url('put your image here')", Once the image has been put it will be bounded to the tailwind classes you specified.

Can you explain again?