Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Aug 2, 2023
1 parent 6d9bc2f commit 4631e27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
</p>

{#if !landing}
<label class="flex text-sm mb-2">
<label class="flex items-center text-sm mb-2">
<input class="mr-2" type="checkbox" bind:checked={ay2024} />
Only show AY 2023–2024 courses
</label>
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/lib/Course.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</script>

<div>
<div class="flex gap-2">
<div class="flex gap-8">
<div class="flex-1">
<h3 class="text-sm font-bold">
<span title={data.subjectDescription}>{data.subject}</span>
Expand All @@ -55,7 +55,7 @@
</div>
</div>
{#if data.genEdArea.length}
<div class="mb-2 sm:hidden">
<div class="mb-1.5 sm:hidden">
<GenEdAreas value={data.genEdArea} />
</div>
{/if}
Expand Down

0 comments on commit 4631e27

Please sign in to comment.