web/convert: rename to shrink
This commit is contained in:
parent
7f346b0db4
commit
5f72176300
2 changed files with 1 additions and 6 deletions
|
@ -13,7 +13,7 @@
|
|||
import IconComet from "@tabler/icons-svelte/IconComet.svelte";
|
||||
import IconHeart from "@tabler/icons-svelte/IconHeart.svelte";
|
||||
import IconInfoCircle from "@tabler/icons-svelte/IconInfoCircle.svelte";
|
||||
import IconTransform from "@tabler/icons-svelte/IconTransform.svelte";
|
||||
import IconArrowsMinimize from "@tabler/icons-svelte/IconArrowsMinimize.svelte";
|
||||
|
||||
let screenWidth: number;
|
||||
let settingsLink = defaultNavPage("settings");
|
||||
|
@ -36,14 +36,9 @@
|
|||
<SidebarTab tabName="remux" tabLink="/remux" beta>
|
||||
<IconRepeat />
|
||||
</SidebarTab>
|
||||
<SidebarTab tabName="convert" tabLink="/convert">
|
||||
<IconTransform />
|
||||
</SidebarTab>
|
||||
<!--
|
||||
<SidebarTab tabName="shrink" tabLink="/shrink">
|
||||
<IconArrowsMinimize />
|
||||
</SidebarTab>
|
||||
-->
|
||||
</div>
|
||||
<div id="sidebar-info" class="sidebar-inner-container">
|
||||
<SidebarTab tabName="settings" tabLink={settingsLink}>
|
||||
|
|
Loading…
Reference in a new issue