feat(front/url-shrinker): update url-shrinker icon to shrink

This commit is contained in:
Alice Gaudon 2022-03-05 10:12:49 +01:00
parent 7c65f1b6ae
commit 5cb13c221d
1 changed files with 1 additions and 1 deletions

View File

@ -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}