mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
add AI Commons logo
This commit is contained in:
parent
fe39dec214
commit
081772ce37
@ -71,3 +71,23 @@
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.aicommons {
|
||||||
|
svg {
|
||||||
|
width: 100px;
|
||||||
|
height: auto;
|
||||||
|
vertical-align: middle;
|
||||||
|
margin-top: -.05rem;
|
||||||
|
margin-left: $spacer / 6;
|
||||||
|
fill: currentColor;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
&:hover,
|
||||||
|
&:focus {
|
||||||
|
svg {
|
||||||
|
fill: $brand-pink;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
import React from 'react'
|
import React from 'react'
|
||||||
import { Market } from '../../context'
|
import { Market } from '../../context'
|
||||||
import Content from '../atoms/Content'
|
import Content from '../atoms/Content'
|
||||||
|
import { ReactComponent as AiCommons } from '../../img/aicommons.svg'
|
||||||
import styles from './Footer.module.scss'
|
import styles from './Footer.module.scss'
|
||||||
|
|
||||||
import meta from '../../data/meta.json'
|
import meta from '../../data/meta.json'
|
||||||
@ -20,9 +21,14 @@ const Footer = () => (
|
|||||||
}
|
}
|
||||||
</Market.Consumer>
|
</Market.Consumer>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p className={styles.aicommons}>
|
||||||
Proud supporter of{' '}
|
Proud supporter of{' '}
|
||||||
<a href="https://aicommons.com/">AI Commons</a>.
|
<a
|
||||||
|
href="https://aicommons.com/?utm_source=commons.oceanprotocol.com"
|
||||||
|
title="AI Commons"
|
||||||
|
>
|
||||||
|
<AiCommons />
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
</Content>
|
</Content>
|
||||||
</aside>
|
</aside>
|
||||||
|
7
client/src/img/aicommons.svg
Normal file
7
client/src/img/aicommons.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 24 KiB |
Loading…
Reference in New Issue
Block a user