Compare commits

..

No commits in common. "4271ec7c21e16bc705cd62c8ffdb6f3d92548cf2" and "bcac82b8604f40b4943ebd6bbac8b50e368e14e0" have entirely different histories.

View File

@ -35,10 +35,10 @@ pub(crate) fn App() -> Element {
rsx! { rsx! {
document::Link { rel: "icon", href: FAVICON } document::Link { rel: "icon", href: FAVICON }
document::Stylesheet { href: TAILWIND_CSS } document::Link { rel: "stylesheet", href: TAILWIND_CSS }
document::Stylesheet { href: FONTS_CSS } document::Link { rel: "stylesheet", href: FONTS_CSS }
document::Stylesheet { href: INPUT_NUMBER_ARROWS_CSS } document::Link { rel: "stylesheet", href: INPUT_NUMBER_ARROWS_CSS }
document::Stylesheet { href: INPUT_RANGE_CSS } document::Link { rel: "stylesheet", href: INPUT_RANGE_CSS }
document::Script { src: "https://kit.fontawesome.com/3c1b409f8f.js" } document::Script { src: "https://kit.fontawesome.com/3c1b409f8f.js" }
div { div {