Skip to content

Commit

Permalink
Merge pull request #2 from ViniciusCestarii/main
Browse files Browse the repository at this point in the history
fix: data-theme attribute on wrong element
  • Loading branch information
alysonhower authored Nov 8, 2024
2 parents a999ea9 + 0705287 commit 7d5fc88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!doctype html>
<html lang="en">
<html lang="en" data-theme="valentine">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" data-theme="valentine">
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>

0 comments on commit 7d5fc88

Please sign in to comment.