Skip to content
Snippets Groups Projects
Commit db58646a authored by Tarje Lavik's avatar Tarje Lavik
Browse files

Add nansen logo

parent 8d7bae33
No related branches found
No related tags found
No related merge requests found
.logo {
display: inline-block !important;
height: 100%;
max-height: 2em;
max-height: 1em;
margin-right: 0.5em;
}
// React is installed in the studio and should be treated as a peer dependency
import React from 'react'
import {SeidhrIcon} from '@seidhr/react-muna-logo'
import nansenLogo from './logo.png'
import styles from './Logo.css'
// We recommend using SVGs as they have both a small footprint and scale well
// const Logo = () => 'ᛗᚢᚾᚨ'
const Logo = () => (
<div>
<SeidhrIcon className={styles.logo} /> ᛗᚢᚾ
<img src={nansenLogo} className={styles.logo} />
<strong>
Nansen
</strong>
</div>
)
......
studio/plugins/muna-logo/logo.png

4.68 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment