From 0d76b761ac52a7ac074a79a9e6c56efdb52faa14 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 4 Jun 2020 21:13:38 -0500 Subject: [PATCH] class --> className --- app/soapbox/features/public_layout/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/public_layout/index.js b/app/soapbox/features/public_layout/index.js index afc04b51f..e475d0ac6 100644 --- a/app/soapbox/features/public_layout/index.js +++ b/app/soapbox/features/public_layout/index.js @@ -14,7 +14,7 @@ const mapStateToProps = (state, props) => ({ }); const wave = ( - + );