Skip to content

Commit

Permalink
Merge pull request #45 from micolous/placate-trunk-body-tag
Browse files Browse the repository at this point in the history
Placate trunk by providing a `<body>` tag, remove icons from `cards` example
  • Loading branch information
isosphere authored Sep 8, 2024
2 parents 7c5447a + 00cb3f1 commit fa26063
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/basics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
<title>Yew App</title>
</head>

<body></body>

</html>
2 changes: 2 additions & 0 deletions examples/cards/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
<title>Yew App</title>
</head>

<body></body>

</html>
1 change: 0 additions & 1 deletion examples/cards/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ impl Component for Model {
html! {
<>
{include_inline()}
{include_cdn_icons()}
<div id="layout" class="p-3">

<h1>{"Basic Cards"}</h1>
Expand Down
2 changes: 2 additions & 0 deletions examples/forms/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
<title>Yew App</title>
</head>

<body></body>

</html>

0 comments on commit fa26063

Please sign in to comment.