Skip to content

Commit f492608

Browse files
skipjackbebraw
authored andcommitted
refactor(site): minor formatting tweaks
1 parent 9c5e67b commit f492608

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

components/site/site.jsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import '../sidebar-item/sidebar-item-style';
1919
import '../logo/logo-style';
2020
import '../dropdown/dropdown-style.scss';
2121

22-
const SiteBody = ({
22+
const Site = ({
2323
children,
2424
section,
2525
location: { pathname }
@@ -46,7 +46,7 @@ const SiteBody = ({
4646
<div id="site" className="site">
4747
<Interactive
4848
id="components/notification-bar/notification-bar.jsx"
49-
component={NotificationBar} />
49+
component={ NotificationBar } />
5050

5151
<Interactive
5252
id="components/navigation/navigation.jsx"
@@ -59,12 +59,13 @@ const SiteBody = ({
5959
component={ SidebarMobile }
6060
sections={ sections } />
6161

62-
{children}
62+
{ children }
63+
6364
<Footer />
6465

6566
<GoogleAnalytics analyticsId="UA-46921629-2" />
6667
</div>
6768
);
6869
};
6970

70-
export default SiteBody;
71+
export default Site;

0 commit comments

Comments
 (0)