1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

Merge pull request #137 from oceanprotocol/feature/ai-commons

AI Commons link
This commit is contained in:
Matthias Kretschmann 2019-05-20 15:54:57 +02:00 committed by GitHub
commit d87d8daae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 37 additions and 0 deletions

View File

@ -71,3 +71,23 @@
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;
}
}
}
}

View File

@ -1,6 +1,7 @@
import React from 'react'
import { Market } from '../../context'
import Content from '../atoms/Content'
import { ReactComponent as AiCommons } from '../../img/aicommons.svg'
import styles from './Footer.module.scss'
import meta from '../../data/meta.json'
@ -20,6 +21,15 @@ const Footer = () => (
}
</Market.Consumer>
</p>
<p className={styles.aicommons}>
Proud supporter of{' '}
<a
href="https://aicommons.com/?utm_source=commons.oceanprotocol.com"
title="AI Commons"
>
<AiCommons />
</a>
</p>
</Content>
</aside>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 24 KiB