File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
libs/remix-ui/home-tab/src/lib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8282}
8383.remixui_home_l2Label {
8484 bottom : 10px ;
85- }
85+ }
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ export const RemixUiHomeTab = (props: RemixUiHomeTabProps) => {
248248 < div className = "d-flex flex-row pt-2" >
249249 < ThemeContext . Provider value = { state . themeQuality } >
250250 < PluginButton imgPath = "assets/img/solidityLogo.webp" envID = "solidityLogo" envText = "Solidity" callback = { ( ) => startSolidity ( ) } />
251- < PluginButton imgPath = "assets/img/cairoLogo.webp" envID = "CairoLogo" envText = "Cairo compiler" l2 = { true } callback = { ( ) => startCairo ( ) } />
251+ < PluginButton imgPath = "assets/img/cairoLogo.webp" envID = "CairoLogo" envText = "Cairo compiler" l2 = { true } callback = { ( ) => startCairo ( ) } />
252252 < PluginButton imgPath = "assets/img/solhintLogo.webp" envID = "solhintLogo" envText = "Solhint linter" callback = { ( ) => startSolhint ( ) } />
253253 < PluginButton imgPath = "assets/img/learnEthLogo.webp" envID = "learnEthLogo" envText = "LearnEth" callback = { ( ) => startLearnEth ( ) } />
254254 < PluginButton imgPath = "assets/img/sourcifyLogo.webp" envID = "sourcifyLogo" envText = "Sourcify" callback = { ( ) => startSourceVerify ( ) } />
You can’t perform that action at this time.
0 commit comments