Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
💄 Remove a debug value
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlurak committed Nov 21, 2023
1 parent f605b40 commit a9f5fe6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
<Navbar bind:height={navbarHeight} />
<main class="flex flex-col items-center mx-2 md:mx-6 my-4">
<slot />
{data.favouriteLanguage}
</main>

<Footer bind:height={footerHeight} />
Expand Down

0 comments on commit a9f5fe6

Please sign in to comment.