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

fix: display cow token logo in header #3608

Merged
merged 7 commits into from
Jan 11, 2024
Merged

Conversation

shoom3301
Copy link
Collaborator

@shoom3301 shoom3301 commented Jan 11, 2024

Summary

After recent vite update we lost svg images used in css.
The cause of the problem is that vite started inlining svg as data and it doesn't work with css background.
To prevent this I disabled inlining assets at all. The feature doesn't seem to be reasonable since we have http2 multiplexing.

image

To Test

  1. The COW token logo must be displayed in the header

Copy link

vercel bot commented Jan 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
cosmos ✅ Ready (Inspect) Visit Preview Jan 11, 2024 3:29pm
explorer ✅ Ready (Inspect) Visit Preview Jan 11, 2024 3:29pm
swap-dev ✅ Ready (Inspect) Visit Preview Jan 11, 2024 3:29pm
widget-configurator ✅ Ready (Inspect) Visit Preview Jan 11, 2024 3:29pm

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

Successfully merging this pull request may close these issues.

4 participants