Skip to content

Commit

Permalink
Add link to splash on front page
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikskog committed Jul 27, 2024
1 parent 781e4e6 commit 991c4a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/frontpage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ interface FrontpageProps {
const Frontpage: FC<FrontpageProps> = ({ offlines }) => (
<>

Check failure on line 14 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L14

Replace `↹` with `··` (prettier/prettier)
<AprilFoolsCaptcha />

Check failure on line 15 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L15

Replace `↹↹` with `····` (prettier/prettier)
<div>

Check failure on line 16 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L16

Replace `↹↹` with `····` (prettier/prettier)
<h3>Fadderukene!</h3>

Check failure on line 17 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L17

Replace `↹↹↹` with `······` (prettier/prettier)
<p>

Check failure on line 18 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L18

Replace `↹↹↹` with `······` (prettier/prettier)
Nytt semester betyr nye fadderuker!

Check failure on line 19 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L19

Replace `↹↹↹↹` with `········` (prettier/prettier)
<a href="https://splash.online.ntnu.no/">Gå til programmet</a>

Check failure on line 20 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L20

Replace `↹↹↹↹` with `········` (prettier/prettier)
</p>

Check failure on line 21 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L21

Replace `↹↹↹` with `······` (prettier/prettier)
</div>

Check failure on line 22 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L22

Replace `↹↹` with `····` (prettier/prettier)
<EventsContainer />

Check failure on line 23 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L23

Replace `↹↹` with `····` (prettier/prettier)
<Articles />

Check failure on line 24 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L24

Replace `↹↹` with `····` (prettier/prettier)
<Offline issues={offlines} />

Check failure on line 25 in src/frontpage/index.tsx

View workflow job for this annotation

GitHub Actions / ESLint

src/frontpage/index.tsx#L25

Replace `↹↹` with `····` (prettier/prettier)
Expand Down

0 comments on commit 991c4a5

Please sign in to comment.