feat(front/url-shrinker): update url-shrinker icon to shrink
This commit is contained in:
parent
7c65f1b6ae
commit
5cb13c221d
@ -9,6 +9,6 @@
|
||||
|
||||
{#if $locals.user}
|
||||
<NavMenuItem href={route('file-uploader')} icon="upload" text="Upload" />
|
||||
<NavMenuItem href={route('url-shrinker')} icon="crosshair" text="Shorten URL" />
|
||||
<NavMenuItem href={route('url-shrinker')} icon="shrink" text="Shrink URL" />
|
||||
<NavMenuItem href={route('auth-tokens')} icon="key" text="Auth tokens" /> <!-- TODO: move that link to the account page -->
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user