We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eca867 commit fb5113fCopy full SHA for fb5113f
packages/openneuro-app/src/scripts/pages/front-page/front-page.tsx
@@ -179,6 +179,12 @@ const FrontPageSection = styled.section`
179
180
const FrontPageContainer: React.FC = () => (
181
<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>
188
<FrontPageSection>
189
<AffiliateBlock />
190
</FrontPageSection>
0 commit comments