Skip to content

Commit

Permalink
Add document title to quiz page (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelee committed Sep 15, 2022
1 parent 90fff24 commit 198a5dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/routes/quiz/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
import Spacing from '$lib/components/sections/spacing.svelte';
</script>

<svelte:head>
<title>Quiz | ACM at CSUF</title>
</svelte:head>

<Spacing --min="175px" --med="200px" --max="200px" />

<Quiz data={QUIZ_DATA} />
Expand Down

1 comment on commit 198a5dc

@vercel
Copy link

@vercel vercel bot commented on 198a5dc Sep 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.