@@ -87,22 +87,24 @@ export const AddressInfoDropdown = ({ address, blockExplorerAddressLink }: Addre
8787 >
8888 < NetworkOptions hidden = { ! selectingNetwork } />
8989 < li className = { selectingNetwork ? "hidden" : "" } >
90- < div className = "btn-sm !rounded-xl flex gap-3 py-3 bg-orange-500 hover:bg-orange-600 active:bg-orange-500" >
91- < UserIcon className = "text-xl font-normal h-6 w-4 cursor-pointer ml-2 sm:ml-0" aria-hidden = "true" />
92- { /* <Link href={blockExplorerAddressLink} rel="noopener noreferrer" className="whitespace-nowrap"> */ }
93- < Link href = { `/profile/${ connectedAddress } ` } passHref >
94- Go to Profile
95- </ Link >
96- </ div >
90+ < Link className = "p-0 flex items-center justify-center" href = { `/profile/${ connectedAddress } ` } passHref >
91+ < div className = "btn-sm w-full !rounded-xl flex items-center justify-start gap-2 py-3 text-white bg-orange-600 hover:bg-orange-500 active:bg-orange-500" >
92+ < UserIcon className = "text-xl font-normal h-6 w-4 cursor-pointer ml-2 sm:ml-0" aria-hidden = "true" />
93+ { /* <Link href={blockExplorerAddressLink} rel="noopener noreferrer" className="whitespace-nowrap"> */ }
94+ < Link href = { `/profile/${ connectedAddress } ` } passHref >
95+ Go to Profile
96+ </ Link >
97+ </ div >
98+ </ Link >
9799 </ li >
98100 < FundButton
99101 text = "Add funds"
100102 fundingUrl = { onrampBuyUrl }
101- className = "py-1 px-3.5 gap-1 text-md rounded-xl justify-start font-normal"
103+ className = "py-1 px-3.5 gap-1 text-md rounded-xl bg-[#4338CA] hover:bg-[#4f46e5] active:bg-[#4f46e5] justify-start font-normal "
102104 />
103105 < li className = { selectingNetwork ? "hidden" : "" } >
104106 < button
105- className = "menu-item btn-sm !rounded-xl bg-[#4f46e5 ] hover:bg-[#4338CA ] active:bg-[#4338CA ] flex gap-3 py-3"
107+ className = "menu-item btn-sm !rounded-xl bg-[#4338CA ] hover:bg-[#4f46e5 ] active:bg-[#4f46e5 ] flex gap-3 py-3"
106108 type = "button"
107109 onClick = { ( ) => openPopupWindow ( "https://wallet.coinbase.com/es-ES/receive" ) }
108110 >
@@ -112,7 +114,7 @@ export const AddressInfoDropdown = ({ address, blockExplorerAddressLink }: Addre
112114 </ li >
113115 < li className = { selectingNetwork ? "hidden" : "" } >
114116 < button
115- className = "menu-item btn-sm !rounded-xl bg-[#4f46e5 ] hover:bg-[#4338CA ] active:bg-[#4338CA ] flex gap-3 py-3"
117+ className = "menu-item btn-sm !rounded-xl bg-[#4338CA ] hover:bg-[#4f46e5 ] active:bg-[#4f46e5 ] flex gap-3 py-3"
116118 type = "button"
117119 onClick = { ( ) => openPopupWindow ( "https://wallet.coinbase.com/es-ES/send" ) }
118120 >
@@ -122,7 +124,7 @@ export const AddressInfoDropdown = ({ address, blockExplorerAddressLink }: Addre
122124 </ li >
123125 < li className = { selectingNetwork ? "hidden" : "" } >
124126 < button
125- className = "menu-item btn-sm !rounded-xl bg-[#4f46e5 ] hover:bg-[#4338CA ] active:bg-[#4338CA ] flex gap-3 py-3"
127+ className = "menu-item btn-sm !rounded-xl bg-[#4338CA ] hover:bg-[#4f46e5 ] active:bg-[#4f46e5 ] flex gap-3 py-3"
126128 type = "button"
127129 onClick = { ( ) => openPopupWindow ( "https://wallet.coinbase.com/es-ES/swap" ) }
128130 >
0 commit comments