mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
link fix
This commit is contained in:
parent
3361859015
commit
459e80b9ce
@ -37,11 +37,9 @@ const SectionLink = ({ to, title, color, children }) => {
|
|||||||
<SectionBox to={to} className={classNames}>
|
<SectionBox to={to} className={classNames}>
|
||||||
<h3 className={styles.sectionTitle}>{title}</h3>
|
<h3 className={styles.sectionTitle}>{title}</h3>
|
||||||
<p className={styles.sectionText}>{children}</p>
|
<p className={styles.sectionText}>{children}</p>
|
||||||
{title !== 'API References' && (
|
|
||||||
<span className={styles.sectionMore}>
|
<span className={styles.sectionMore}>
|
||||||
Learn More <Arrow />
|
Learn More <Arrow />
|
||||||
</span>
|
</span>
|
||||||
)}
|
|
||||||
</SectionBox>
|
</SectionBox>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user