Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
grace00 authored and actions-user committed Oct 22, 2023
1 parent 2ee44cd commit d427e6f
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
Title
} from '../components/section';

import {SignUpButton, Center} from './puzzleHunt/2023';
import { SignUpButton, Center } from './puzzleHunt/2023';
import styled from 'styled-components';

function SectionTitle({
Expand All @@ -30,7 +30,7 @@ const Announcement = styled.div`
font-family: 'Special Elite';
font-weight: 400;
font-size: 28px;
background-color: #FF7377;
background-color: #ff7377;
cursor: pointer;
color: white;
`;
Expand All @@ -48,15 +48,19 @@ export default function About() {
<Layout title="About" pageName="about">
<Section>
<Announcement>
⚠️{' '}
<AnnounceLinkComponent href="https://forms.gle/eqca6sPu56yc6RB96" target="_blank">
⚠️{' '}
<AnnounceLinkComponent
href="https://forms.gle/eqca6sPu56yc6RB96"
target="_blank"
>
ANNOUNCEMENT: PUZZLE HUNT 2023 SIGN-UPS NOW OPEN
</AnnounceLinkComponent>{' '}⚠️
<Paragraph>
<AnnounceLinkComponent href="/puzzleHunt/2023" target="_blank">
Click <u>here</u> for more information.
</AnnounceLinkComponent>
</Paragraph>
</AnnounceLinkComponent>{' '}
⚠️
<Paragraph>
<AnnounceLinkComponent href="/puzzleHunt/2023" target="_blank">
Click <u>here</u> for more information.
</AnnounceLinkComponent>
</Paragraph>
</Announcement>
</Section>
<Section id="about">
Expand Down Expand Up @@ -105,5 +109,3 @@ export default function About() {
</Layout>
);
}


0 comments on commit d427e6f

Please sign in to comment.