File tree Expand file tree Collapse file tree
apps/scan/src/app/(app)/_components/layout/navbar Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,9 +12,8 @@ import {
1212 PopoverContent ,
1313 PopoverTrigger ,
1414} from '@/components/ui/popover' ;
15- import { Globe , Plus } from 'lucide-react' ;
15+ import { Globe } from 'lucide-react' ;
1616import { useState } from 'react' ;
17- import { TELEGRAM_SUPPORT_LINK } from './constants' ;
1817
1918export const ChainSelector = ( ) => {
2019 const { chain, setChain } = useChain ( ) ;
@@ -72,14 +71,6 @@ export const ChainSelector = () => {
7271 { CHAIN_LABELS [ value ] }
7372 </ Button >
7473 ) ) }
75- < Button
76- className = "w-full"
77- variant = "ghost"
78- onClick = { ( ) => window . open ( TELEGRAM_SUPPORT_LINK , '_blank' ) }
79- >
80- < Plus className = "size-4" />
81- Add Chain
82- </ Button >
8374 </ PopoverContent >
8475 </ Popover >
8576 ) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments