diff --git a/src/components/Popup.js b/src/components/Popup.js index bd5c01b..fbdfbab 100644 --- a/src/components/Popup.js +++ b/src/components/Popup.js @@ -22,9 +22,13 @@ class Popup extends Component { render() { return ( -
- {this.props.children} -
+ <> +
+ +
+ {this.props.children} +
+ ); } }