Add title to app.html and adjust button margin in Navbar.svelte

This commit is contained in:
Sean Morley
2024-03-29 23:00:35 +00:00
parent c806cf074d
commit 771bcdfb25
4 changed files with 5 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>AdventureLog</title>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">