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';
19
19
import '../logo/logo-style' ;
20
20
import '../dropdown/dropdown-style.scss' ;
21
21
22
- const SiteBody = ( {
22
+ const Site = ( {
23
23
children,
24
24
section,
25
25
location : { pathname }
@@ -46,7 +46,7 @@ const SiteBody = ({
46
46
< div id = "site" className = "site" >
47
47
< Interactive
48
48
id = "components/notification-bar/notification-bar.jsx"
49
- component = { NotificationBar } />
49
+ component = { NotificationBar } />
50
50
51
51
< Interactive
52
52
id = "components/navigation/navigation.jsx"
@@ -59,12 +59,13 @@ const SiteBody = ({
59
59
component = { SidebarMobile }
60
60
sections = { sections } />
61
61
62
- { children }
62
+ { children }
63
+
63
64
< Footer />
64
65
65
66
< GoogleAnalytics analyticsId = "UA-46921629-2" />
66
67
</ div >
67
68
) ;
68
69
} ;
69
70
70
- export default SiteBody ;
71
+ export default Site ;
You can’t perform that action at this time.
0 commit comments