Skip to content

Commit 0cd28bc

Browse files
committed
update dioxus version to fix prevent default bug
1 parent 0f9ce3b commit 0cd28bc

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

Cargo.lock

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fn Head() -> Element {
4545
Title { "Dioxus | Fullstack crossplatform app framework for Rust" }
4646
Meta {
4747
name: "description",
48-
content: "A fullstack crossplatform app framework for Rust. Supports Web, Desktop, SSR, Liveview, and Mobile.",
48+
content: "Dioxus | A fullstack crossplatform app framework for Rust. Supports Web, Desktop, SSR, Liveview, and Mobile.",
4949
}
5050
Link {
5151
rel: "icon shortcut",
@@ -99,7 +99,7 @@ fn Head() -> Element {
9999
}
100100
Meta {
101101
name: "twitter:description",
102-
content: "A fullstack crossplatform app framework for Rust. Supports Web, Desktop, SSR, Liveview, and Mobile.",
102+
content: "Dioxus | A fullstack crossplatform app framework for Rust. Supports Web, Desktop, SSR, Liveview, and Mobile.",
103103
}
104104
Meta {
105105
name: "twitter:image",

0 commit comments

Comments
 (0)