You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the png files used in src/assets and other places with svg files as much as possible.
Replace loading.gif, loading_white.gif, blue_loading.gif in src/assets with CSS animation implementation.
Move all image files in src/assets to the folder of the code file that uses it.
If it is used in two places, copy it once.
If it is used three times or more, you can either copy it or consider building a common component for it.
The text was updated successfully, but these errors were encountered:
src/assets
and other places with svg files as much as possible.loading.gif
,loading_white.gif
,blue_loading.gif
insrc/assets
with CSS animation implementation.src/assets
to the folder of the code file that uses it.If it is used in two places, copy it once.
If it is used three times or more, you can either copy it or consider building a common component for it.
The text was updated successfully, but these errors were encountered: