Skip to content

Commit

Permalink
Small fixes (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
maccyber committed Jun 15, 2018
1 parent f509926 commit cc901d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import getData from '../lib/get-data'
const { publicRuntimeConfig: { TOKEN, URL_STATIONS } } = getConfig()

const InfoBox = () => (
<div className='info-box'>
<div className='info-box' style={{ zIndex: 2000 }} >
<div style={{ textAlign: 'left' }}>
<FaCircle className='faa-pulse animated-hover' style={{ color: '#990099', border: '1px #dddddd solid', borderRadius: '10px' }} /> Svært høy<br />
<FaCircle className='faa-pulse animated-hover' style={{ color: '#ff0000', border: '1px #dddddd solid', borderRadius: '10px' }} /> Høy<br />
Expand Down
3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
"station": "Leiret",
"eoi": "NO0119A",
"description": "",
"owner": ""
"owner": "",
"county": "Hedmark"
},
{
"station": "St.Croix",
Expand Down

0 comments on commit cc901d4

Please sign in to comment.