diff --git a/app/soapbox/features/public_layout/index.js b/app/soapbox/features/public_layout/index.js index 737220c47..afc04b51f 100644 --- a/app/soapbox/features/public_layout/index.js +++ b/app/soapbox/features/public_layout/index.js @@ -13,6 +13,12 @@ const mapStateToProps = (state, props) => ({ soapbox: state.get('soapbox'), }); +const wave = ( + + + +); + class PublicLayout extends ImmutablePureComponent { render() { @@ -21,12 +27,15 @@ class PublicLayout extends ImmutablePureComponent { return (
-
-
- - - - +
+ {wave} +
+
+ + + + +