Kamieljv / watkanikdoen-app

Watkanikdoen is a website that promotes activism by making all kinds of progressive initiatives accessible to a wide audience.
https://watkanikdoen.nl
European Union Public License 1.2
1 stars 0 forks source link

Import icons from blade-icons module instead of storing them in resources #114

Open Kamieljv opened 2 months ago

Kamieljv commented 2 months ago

Currently, we save our svg icons in resources/svg, which is not necessary since they can just be imported using the blade icons module (https://blade-ui-kit.com/). Importing them from the module would be cleaner and more future proof.