File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ const MultisigAddress = () => {
376376 < button
377377 type = "button"
378378 onClick = { ( ) => openExternal ( 'https://github.com/Magickbase/neuron-public-issues/issues/457' ) }
379- aria-label = " "
379+ aria-label = "Learn more "
380380 /> ,
381381 ] }
382382 />
@@ -444,7 +444,7 @@ const MultisigAddress = () => {
444444 tip = {
445445 < div >
446446 < div className = { styles . titleWrap } >
447- < p > Code_hash </ p >
447+ < p > Code hash </ p >
448448 < div className = { clsx ( styles . badge , item . isLegacy && styles . legacy ) } >
449449 { item . isLegacy ? 'Legacy' : 'Recommended' }
450450 </ div >
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const ScriptTag = ({
5656 tip = {
5757 < div >
5858 < div className = { styles . titleWrap } >
59- < p > Code_hash </ p >
59+ < p > Code hash </ p >
6060 < div className = { clsx ( styles . badge , isLegacy && styles . legacy ) } >
6161 { isLegacy ? 'Legacy' : 'Recommended' }
6262 </ div >
Original file line number Diff line number Diff line change 5252 overflow-y : auto ;
5353
5454 & ::-webkit-scrollbar {
55- width : 0 ;
55+ width : 2px ;
56+ background : transparent ;
5657 }
5758}
5859
You can’t perform that action at this time.
0 commit comments