diff --git a/apps/remix-ide/src/app/tabs/locales/en/home.json b/apps/remix-ide/src/app/tabs/locales/en/home.json index d0e98ee5eb0..588b6719831 100644 --- a/apps/remix-ide/src/app/tabs/locales/en/home.json +++ b/apps/remix-ide/src/app/tabs/locales/en/home.json @@ -5,7 +5,7 @@ "home.scamAlertText2": "Beware of online videos promoting \"liquidity front runner bots\"", "home.scamAlertText3": "Additional safety tips", "home.learnMore": "Learn more", - "home.here": "here", + "home.here": "more", "home.featured": "Featured", "home.jumpIntoWeb3": "JUMP INTO WEB3", "home.jumpIntoWeb3More": "More", diff --git a/libs/remix-ui/statusbar/src/lib/components/didYouKnow.tsx b/libs/remix-ui/statusbar/src/lib/components/didYouKnow.tsx index 37b66528d36..5a5a657a73b 100644 --- a/libs/remix-ui/statusbar/src/lib/components/didYouKnow.tsx +++ b/libs/remix-ui/statusbar/src/lib/components/didYouKnow.tsx @@ -24,10 +24,10 @@ export default function DidYouKnow () { } }, []) return ( - +
-
Did you know?
+
Did you know?
{ tip && tip.length > 0 ?
{tip}
: null }