mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-10 22:12:48 +00:00
Tweak NotificationPopup
This commit is contained in:
@@ -6,8 +6,8 @@ import Dialog from '../../../components/dialog.jsx';
|
|||||||
|
|
||||||
const DISMISS_KEY = 'dismiss_notification12-04-23';
|
const DISMISS_KEY = 'dismiss_notification12-04-23';
|
||||||
|
|
||||||
const NotificationPopup = (props)=>{
|
const NotificationPopup = ()=>{
|
||||||
return <Dialog className='notificationPopup' dismissKey={DISMISS_KEY} blocking={false} {...props} >
|
return <Dialog className='notificationPopup' dismissKey={DISMISS_KEY} closeText='X' >
|
||||||
<div className='header'>
|
<div className='header'>
|
||||||
<h3>Notice</h3>
|
<h3>Notice</h3>
|
||||||
<small>This website is always improving and we are still adding new features and squashing bugs. Keep the following in mind:</small>
|
<small>This website is always improving and we are still adding new features and squashing bugs. Keep the following in mind:</small>
|
||||||
|
|||||||
Reference in New Issue
Block a user