This repository was archived by the owner on Feb 6, 2024. It is now read-only.
studio: replace all platform icons with local icons #563
Labels
bug
Something isn't working
good first issue
Good for newcomers
studio
"Studio" is the codename for the web editor
Milestone
Affected part of DeckDeckGo
Reproduction
ion-icons
are a acting a bit weirdly when it comes to conditional rendering and when a specific platform is used (like<ion-icon md="md-...." ios="md...."/>
).Instead of these, we should download the related svg icon from https://ionicons.com
Add these to our assets folder and then reference these as
src
(<ion-icon src='....'/>
)The text was updated successfully, but these errors were encountered: