Skip to content

Commit

Permalink
fix: div tag was closed twice
Browse files Browse the repository at this point in the history
  • Loading branch information
elianiva committed Jan 20, 2024
1 parent 681aac3 commit 7c5097c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents" class="h-full"></div>%sveltekit.body%</div>
<div style="display: contents" class="h-full">%sveltekit.body%</div>
</body>
</html>

0 comments on commit 7c5097c

Please sign in to comment.