Skip to content

Commit

Permalink
Remove fadderukene message on front page
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikskog authored Aug 26, 2024
1 parent 63ef1b6 commit f1d2f62
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/frontpage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,6 @@ interface FrontpageProps {
const Frontpage: FC<FrontpageProps> = ({ offlines }) => (
<>
<AprilFoolsCaptcha />
<div
style={{
padding: '20px',
borderRadius: '8px',
textAlign: 'center',
boxShadow: '0 2px 4px rgba(0,0,0,0.1)',
marginBottom: '20px',
}}
>
<p
style={{
fontSize: '1.1rem',
}}
>
Ser du etter informasjon om fadderukene?
<br />
<a href="https://splash.online.ntnu.no/">Gå til programmet</a>
</p>
</div>
<EventsContainer />
<Articles />
<Offline issues={offlines} />
Expand Down

0 comments on commit f1d2f62

Please sign in to comment.