Skip to content

Commit 55d9d5f

Browse files
committed
updates
1 parent b2f0788 commit 55d9d5f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

libs/remix-ui/home-tab/src/lib/remix-ui-home-tab.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ export const RemixUiHomeTab = (props: RemixUiHomeTabProps) => {
266266
</ModalDialog>
267267
<Toaster message={state.toasterMsg} />
268268
<div className="d-flex flex-column ml-4" id="remixUiRightPanel">
269-
270269
<div className="border-bottom d-flex flex-column mr-4 pb-3 mb-3">
271270
<div className="d-flex justify-content-between ">
272271
<div className="mx-4 my-4 d-flex">
@@ -283,11 +282,11 @@ export const RemixUiHomeTab = (props: RemixUiHomeTabProps) => {
283282
</div>
284283
</div>
285284
<div>
286-
<i className="text-danger fas fa-exclamation-triangle"></i>
285+
<i className="pl-4 text-danger fas fa-exclamation-triangle"></i>
287286
<span className="px-2 remixui_home_text text-danger mt-4 pt-4">
288-
Scam Alert: Beware of Youtube videos promoting "liquidity front runner bots" saying to paste contract code into Remix IDE.
287+
Scam Alert: Beware of Youtube videos promoting "liquidity front runner bots" asking to paste contract code into Remix IDE.
289288
</span>
290-
<a className="remixui_home_text" target="__blank" href="https://medium.com/remix-ide/remix-in-youtube-crypto-scams-71c338da32d">More here</a>
289+
<a className="remixui_home_text" target="__blank" href="https://medium.com/remix-ide/remix-in-youtube-crypto-scams-71c338da32d">Learn more</a>
291290
</div>
292291
</div>
293292
<div className="row mx-2 mr-4" data-id="landingPageHpSections">

0 commit comments

Comments
 (0)