manifold/web/components/play-money-disclaimer.tsx

10 lines
303 B
TypeScript
Raw Normal View History

import { InfoBox } from './info-box'
export const PlayMoneyDisclaimer = () => (
<InfoBox
2022-09-07 20:04:34 +00:00
title="Play-money trading"
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!"
/>
)