File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import '../sidebar-item/sidebar-item-style';
1919import '../logo/logo-style' ;
2020import '../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 ;
You can’t perform that action at this time.
0 commit comments