Skip to content

Commit fb5113f

Browse files
committed
fix(app): Add front page notice
1 parent 5eca867 commit fb5113f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/openneuro-app/src/scripts/pages/front-page/front-page.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@ const FrontPageSection = styled.section`
179179

180180
const FrontPageContainer: React.FC = () => (
181181
<div className="front-page page">
182+
<div className="container view-docs">
183+
<span>
184+
This repository is under review for potential modification in compliance
185+
with Administration directives.
186+
</span>
187+
</div>
182188
<FrontPageSection>
183189
<AffiliateBlock />
184190
</FrontPageSection>

0 commit comments

Comments
 (0)