Skip to content

Commit 50b917c

Browse files
committed
fix(app): Increase font size for front page notice
1 parent 27d6104 commit 50b917c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,10 @@ const FrontPageSection = styled.section`
180180
const FrontPageContainer: React.FC = () => (
181181
<div className="front-page page">
182182
<div className="container view-docs">
183-
<span>
183+
<h2>
184184
This repository is under review for potential modification in compliance
185185
with Administration directives.
186-
</span>
186+
</h2>
187187
</div>
188188
<FrontPageSection>
189189
<AffiliateBlock />

0 commit comments

Comments
 (0)