Skip to content

Commit

Permalink
Minor fix - Yew example (paritytech#1852)
Browse files Browse the repository at this point in the history
yewstack/yew#3688

The missing body tag causes an error while serving the website

Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
  • Loading branch information
DrW3RK and niklasad1 authored Nov 11, 2024
1 parent cb9571d commit e502121
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/wasm-example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
<link data-trunk rel="inline" href="index.js" />
<title>Subxt Examples Yew App</title>
</head>
</html>
<body></body>
</html>

0 comments on commit e502121

Please sign in to comment.