As a user, I want to be able to quickly orient myself in the navigation sidebar. As a user, icons help me to grasp the navigation structure faster than by reading text.
Extend route object in the routes property with a property that, when being passed a URL, will render the URLs SVG as icon before a route link's name in NavigationLink.svelte.
As a user, I want to be able to quickly orient myself in the navigation sidebar. As a user, icons help me to grasp the navigation structure faster than by reading text.
Extend route object in the
routesproperty with a property that, when being passed a URL, will render the URLs SVG as icon before a route link's name inNavigationLink.svelte.