Skip to content

Commit

Permalink
V3.0.0 (#29)
Browse files Browse the repository at this point in the history
* chore: bump version to 3.0.0

* chore: fmt
  • Loading branch information
lennartkloock authored Dec 20, 2024
1 parent e92d4e7 commit ee4ed4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dioxus-material-icons"
version = "2.0.0"
version = "3.0.0"
edition = "2021"
license = "MIT"
description = "Material Icons for Dioxus"
Expand Down
7 changes: 4 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,10 @@ pub fn MaterialIconStylesheet(props: MaterialIconStylesheetProps) -> Element {
"https://fonts.googleapis.com/icon?family=Material+Icons+Two+Tone"
}
};
rsx!(
document::Link { href: "{href}", rel: "stylesheet" }
)
rsx!(document::Link {
href: "{href}",
rel: "stylesheet"
})
}

/// Props for the [`MaterialIcon`](MaterialIcon) component
Expand Down

0 comments on commit ee4ed4d

Please sign in to comment.