Skip to content

Commit 044eff7

Browse files
authored
Merge branch 'master' into hhhh
2 parents cca259e + e1d5baa commit 044eff7

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

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

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -266,18 +266,27 @@ export const RemixUiHomeTab = (props: RemixUiHomeTabProps) => {
266266
</ModalDialog>
267267
<Toaster message={state.toasterMsg} />
268268
<div className="d-flex flex-column ml-4" id="remixUiRightPanel">
269-
<div className="border-bottom d-flex justify-content-between mr-4 pb-3 mb-3">
270-
<div className="mx-4 my-4 d-flex">
271-
<label style={ { fontSize: 'xxx-large', height: 'auto', alignSelf: 'flex-end' } }>Remix IDE</label>
269+
<div className="border-bottom d-flex flex-column mr-4 pb-3 mb-3">
270+
<div className="d-flex justify-content-between ">
271+
<div className="mx-4 my-4 d-flex">
272+
<label style={ { fontSize: 'xxx-large', height: 'auto', alignSelf: 'flex-end' } }>Remix IDE</label>
273+
</div>
274+
<div className="mr-4 d-flex">
275+
<img className="mt-4 mb-2 remixui_home_logoImg" src="assets/img/guitarRemiCroped.webp" onClick={ () => playRemi() } alt=""></img>
276+
<audio
277+
id="remiAudio"
278+
muted={false}
279+
src="assets/audio/remiGuitar-single-power-chord-A-minor.wav"
280+
ref={remiAudioEl}
281+
></audio>
282+
</div>
272283
</div>
273-
<div className="mr-4 d-flex">
274-
<img className="mt-4 mb-2 remixui_home_logoImg" src="assets/img/guitarRemiCroped.webp" onClick={ () => playRemi() } alt=""></img>
275-
<audio
276-
id="remiAudio"
277-
muted={false}
278-
src="assets/audio/remiGuitar-single-power-chord-A-minor.wav"
279-
ref={remiAudioEl}
280-
></audio>
284+
<div>
285+
<i className="pl-4 text-danger fas fa-exclamation-triangle"></i>
286+
<span className="px-2 remixui_home_text text-danger mt-4 pt-4">
287+
Scam Alert: Beware of Youtube videos promoting "liquidity front runner bots" asking to paste contract code into Remix IDE.
288+
</span>
289+
<a className="remixui_home_text" target="__blank" href="https://medium.com/remix-ide/remix-in-youtube-crypto-scams-71c338da32d">Learn more</a>
281290
</div>
282291
</div>
283292
<div className="row mx-2 mr-4" data-id="landingPageHpSections">

0 commit comments

Comments
 (0)