Skip to content

Commit

Permalink
Remove side menu option
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitarTAtanasov committed Oct 28, 2024
1 parent c9fc2af commit 3cdc16c
Showing 1 changed file with 2 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@
import { Icon } from '$components/Icon';
import { LinkButton } from '$components/LinkButton';
import { ThemeButton } from '$components/ThemeButton';
import {
PUBLIC_DEFAULT_EXPLORER,
PUBLIC_DEFAULT_SWAP_URL,
PUBLIC_GUIDE_URL,
PUBLIC_TESTNET_NAME,
} from '$env/static/public';
import { PUBLIC_DEFAULT_EXPLORER, PUBLIC_GUIDE_URL, PUBLIC_TESTNET_NAME } from '$env/static/public';
import { connectedSourceChain } from '$stores/network';
let testnetName = PUBLIC_TESTNET_NAME || '';
Expand Down Expand Up @@ -93,14 +88,7 @@
<span>{$t('nav.transactions')}</span>
</LinkButton>
</li>
{#if PUBLIC_DEFAULT_SWAP_URL && PUBLIC_DEFAULT_SWAP_URL !== ''}
<li class="border-t border-t-divider-border pt-2">
<LinkButton href={PUBLIC_DEFAULT_SWAP_URL} external>
<Icon type="swap" />
<span>{$t('nav.swap')}</span>
</LinkButton>
</li>
{/if}

<li>
<LinkButton
href={$connectedSourceChain
Expand Down

0 comments on commit 3cdc16c

Please sign in to comment.