1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-07-01 06:02:10 +02:00

Issue-#944: Add comment to bypass code climate issue

This commit is contained in:
Akshay 2022-04-06 16:35:52 +02:00
parent f53edc27f5
commit b9eadeebb2

View File

@ -41,6 +41,7 @@ const Header = () => (
<Logo className={styles.headerLogoImage} /> <Logo className={styles.headerLogoImage} />
<h1 className={styles.headerTitle}> <h1 className={styles.headerTitle}>
{siteTitle} {siteTitle}
{/* V4 badge */}
<Badge label="v4" size={fontSizeMini} /> <Badge label="v4" size={fontSizeMini} />
</h1> </h1>
</Link> </Link>