Skip to content

Commit 5f1ee0a

Browse files
committed
remove beta banner
1 parent ac9f4c0 commit 5f1ee0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/_app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class OSMHydra extends App {
2727

2828
render () {
2929
const { Component, pageProps, userData } = this.props
30-
let bannerContent = <Fragment><span style={{ backgroundColor: '#FF6341', color: 'white', padding: '0.2rem' }}>beta</span> - please do not rely on the current API or site for production applications. Provide your <a href='https://forms.gle/mQQX37FcvfVMoiCW7' style={{ borderBottom: 'solid 1px #384A9E' }}>feedback</a> here.</Fragment>
30+
let bannerContent
3131
let { uid, username, picture } = userData
3232

3333
// store the userdata in localstorage if in browser

0 commit comments

Comments
 (0)