Skip to content

Commit

Permalink
Uge nummer på skema
Browse files Browse the repository at this point in the history
  • Loading branch information
jona799t committed Oct 23, 2023
1 parent 05be80a commit 3f3686a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/skema/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
</script>
<div class="my-2 flex justify-between">
<h1 class="heading {window.innerWidth < 768 ? 'hidden' : 'visible'}">{heading}</h1>
<h1 class="heading {window.innerWidth < 768 ? 'hidden' : 'visible'}">{heading} (Uge {globalWeek})</h1>
{#if cookie?.userId}
<a
Expand Down

0 comments on commit 3f3686a

Please sign in to comment.