Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 17, 2024
1 parent b717003 commit 0cd8d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Layout/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import "@Stylesheet/Base.css";
import { Head } from "astro-capo";
import { ViewTransitions } from "astro:transitions";
import { ClientRouter } from "astro:transitions";
const {
Title = "Wok - Dock for Windows",
Expand Down Expand Up @@ -136,7 +136,7 @@ interface Props {
name="msapplication-TileImage"
content="/Favicon/mstile-144x144.png"
/>
<ViewTransitions />
<ClientRouter />
</Head>
<body class="flex flex-grow">
<div class="grow">
Expand Down

0 comments on commit 0cd8d93

Please sign in to comment.