mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
fixes
This commit is contained in:
parent
a37ed4cb0e
commit
eaadda98a8
@ -14,6 +14,7 @@
|
||||
@media (min-width: $break-point--medium) {
|
||||
width: 27%;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
order: 1;
|
||||
|
||||
+ .main {
|
||||
|
@ -212,7 +212,7 @@ const PropertyWrapper = ({ property, sourceUrl, parentAnchor }) => {
|
||||
<div className={styles.deprecation}>
|
||||
<strong>Deprecated</strong>: use{' '}
|
||||
<code>
|
||||
<a href={`#${parentAnchor}/${slugify(deprecatedUse)}`}>
|
||||
<a href={`#${parentAnchor}-${slugify(deprecatedUse)}`}>
|
||||
{deprecatedUse}
|
||||
</a>
|
||||
</code>{' '}
|
||||
|
Loading…
x
Reference in New Issue
Block a user