2022-07-26 00:45:33 +00:00
|
|
|
import { InfoBox } from './info-box'
|
|
|
|
|
|
|
|
export const PlayMoneyDisclaimer = () => (
|
|
|
|
<InfoBox
|
2022-09-07 20:04:34 +00:00
|
|
|
title="Play-money trading"
|
2022-09-30 20:16:27 +00:00
|
|
|
className="mt-4"
|
2022-09-07 19:45:04 +00:00
|
|
|
text="Mana (M$) is the play-money used by our platform to keep track of your trades. It's completely free for you and your friends to get started!"
|
2022-07-26 00:45:33 +00:00
|
|
|
/>
|
|
|
|
)
|