1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

use v4 label

This commit is contained in:
Matthias Kretschmann 2022-02-04 15:51:16 +00:00
parent 64255f2b37
commit 6ffb417724
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -41,7 +41,7 @@ export default function Menu(): ReactElement {
<a className={styles.logo}> <a className={styles.logo}>
<Logo noWordmark /> <Logo noWordmark />
<h1 className={styles.title}> <h1 className={styles.title}>
{siteTitle} <Badge label="v3" /> {siteTitle} <Badge label="v4" />
</h1> </h1>
</a> </a>
</Link> </Link>