Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Asguho committed Aug 27, 2024
1 parent 176f7d1 commit 68400c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Tauri + SvelteKit + Typescript App</title>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<body data-sveltekit-preload-data="hover" class="overscroll-none">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>
2 changes: 1 addition & 1 deletion src/routes/docs/word/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ import { goto } from "$app/navigation";
<button class="btn btn-warning" onclick={()=>{
localStorage.setItem("hideWordGuide", "true")
goto("/")
}}>Dont show this agin</button>
}}>Dont show this again</button>
</main>

0 comments on commit 68400c1

Please sign in to comment.