File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
apps/web/src/components/base-org/shared/TopNavigation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export function GasPriceDropdown() {
4040 < Icon name = "blueCircle" color = "currentColor" height = "0.75rem" width = "0.75rem" />
4141 </ span >
4242 < strong > { baseGasPriceInWei ? convertWeiToMwei ( baseGasPriceInWei ) : < > —</ > } </ strong >
43- < small > Mgwei </ small >
43+ < small > Mwei </ small >
4444 </ div >
4545 < div className = "absolute left-0 top-full hidden pt-2 group-hover:inline-block" >
4646 < Card innerClassName = "p-4 bg-[#191919]" >
@@ -49,14 +49,14 @@ export function GasPriceDropdown() {
4949 < strong className = "font-normal" > { base . name } </ strong >
5050 < span className = "opacity-50" >
5151 { baseGasPriceInWei ? convertWeiToMwei ( baseGasPriceInWei ) : < > —</ > } { ' ' }
52- < span > Mgwei </ span >
52+ < span > Mwei </ span >
5353 </ span >
5454 </ li >
5555 < li className = "flex gap-2" >
5656 < strong className = "font-normal" > { mainnet . name } </ strong >
5757 < span className = "opacity-50" >
5858 { mainnetGasPriceInWei ? convertWeiToMwei ( mainnetGasPriceInWei ) : < > —</ > } { ' ' }
59- < span > Mgwei </ span >
59+ < span > Mwei </ span >
6060 </ span >
6161 </ li >
6262 </ ul >
You can’t perform that action at this time.
0 commit comments