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

i Dont have banner #36

Open
cvk123 opened this issue Jun 23, 2023 · 3 comments
Open

i Dont have banner #36

cvk123 opened this issue Jun 23, 2023 · 3 comments

Comments

@cvk123
Copy link

cvk123 commented Jun 23, 2023

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
Copy link

ghost commented Jul 19, 2023

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
Copy link

Sakyi2 commented Jul 23, 2023

isclicked is still undefined why

@Arpitaa8
Copy link

Arpitaa8 commented Jun 9, 2024

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?

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