Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Commit 04ae0c0

Browse files
authored
Merge pull request #38 from LatestPrivacy/remove-notice-banner
Remove notice banner
2 parents 5e52585 + 4b1720c commit 04ae0c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Layout.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ class Layout extends Component {
88
render() {
99
return (
1010
<>
11-
<NoticeBanner />
1211
<Header />
1312
{this.props.children}
1413
<Footer />

0 commit comments

Comments
 (0)