Merge pull request #2240 from JotaroS/stock-market-ui-fix

UI Fix: text style on Investopedia
This commit is contained in:
hydroflame 2022-01-02 11:40:32 -05:00 committed by GitHub
commit 52c82f026c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -176,7 +176,7 @@ export function InfoAndPurchases(props: IProps): React.ReactElement {
<> <>
<Typography>Welcome to the World Stock Exchange (WSE)!</Typography> <Typography>Welcome to the World Stock Exchange (WSE)!</Typography>
<Link href={documentationLink} target={"_blank"}> <Link href={documentationLink} target={"_blank"}>
Investopedia <Typography>Investopedia</Typography>
</Link> </Link>
<br /> <br />
<PurchaseWseAccountButton {...props} /> <PurchaseWseAccountButton {...props} />