File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import clsx from 'clsx' ;
2-
31import AppBottomBar from '@/components/AppBottomBar' ;
42import AppNavbar from '@/components/AppNavbar' ;
53import { SignInModal } from '@/components/SignInModal' ;
Original file line number Diff line number Diff line change 1- import { Link } from '@nextui-org/react' ;
2-
31export default function Banner ( ) {
42 return (
53 < div className = "bg-pink-200 text-center dark:bg-navy-blue-800" >
Original file line number Diff line number Diff line change @@ -120,7 +120,10 @@ export default function NetworkDropDownMenu({
120120 < div className = "flex items-center justify-center" >
121121 { selected && (
122122 < Image
123- src = { items . find ( ( item ) => item . name === selected ) ?. logo ?? '' }
123+ src = {
124+ items . find ( ( item ) => item . name === selected ) ?. logo ??
125+ '/images/ethereum_logo.svg'
126+ }
124127 alt = { selected }
125128 style = { {
126129 width : '100%' ,
You can’t perform that action at this time.
0 commit comments