Skip to content

Commit

Permalink
feat: remove new tag from base and avax (#4365)
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-eggo authored Oct 16, 2023
1 parent 98c4515 commit c13d37f
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/components/navs/AppNav/AppNavNetworkSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,13 @@ function isActive(network: NetworkOption): boolean {
<span class="ml-1 font-medium">
{{ network.name }}
</span>

<!-- Save for new networks in future -->
<span
v-if="network.name === 'Avalanche'"
class="py-0.5 px-1 ml-1.5 text-xs font-medium dark:text-black uppercase bg-yellow-500 rounded"
>{{ $t('new') }}</span
>
<span
v-if="network.name === 'Base'"
v-if="false"
class="py-0.5 px-1 ml-1.5 text-xs font-medium dark:text-black uppercase bg-yellow-500 rounded"
>{{ $t('new') }}</span
>
>{{ $t('new') }}
</span>
</div>
<BalIcon
v-if="isActive(network)"
Expand Down

1 comment on commit c13d37f

@vercel
Copy link

@vercel vercel bot commented on c13d37f Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.