Skip to content

Commit 3f3686a

Browse files
committed
Uge nummer på skema
1 parent 05be80a commit 3f3686a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/skema/+page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
</script>
311311
312312
<div class="my-2 flex justify-between">
313-
<h1 class="heading {window.innerWidth < 768 ? 'hidden' : 'visible'}">{heading}</h1>
313+
<h1 class="heading {window.innerWidth < 768 ? 'hidden' : 'visible'}">{heading} (Uge {globalWeek})</h1>
314314
315315
{#if cookie?.userId}
316316
<a

0 commit comments

Comments
 (0)