Skip to content

Commit

Permalink
Uge nummer
Browse files Browse the repository at this point in the history
  • Loading branch information
jona799t committed Oct 23, 2023
1 parent 41891c8 commit 791688f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/routes/skema/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,10 @@
</script>
<div class="my-2 flex justify-between">
<h1 class="heading {window.innerWidth < 768 ? 'hidden' : 'visible'}">{heading} (Uge {globalWeek})</h1>
<h1 class="heading">
<p class={window.innerWidth < 768 ? 'hidden' : 'visible'}>{heading}</p>
<p class="font-normal">Uge {globalWeek}</p>
</h1>
{#if cookie?.userId}
<a
class="btn hidden md:flex"
Expand Down

0 comments on commit 791688f

Please sign in to comment.