From 63197db23935b610ee719a956a6e964438e2a87d Mon Sep 17 00:00:00 2001 From: luoxiao Date: Sun, 8 Oct 2023 14:01:24 +0800 Subject: [PATCH] feat: variant replace type_ --- gh-pages/src/components/site_header.rs | 2 +- gh-pages/src/pages/button/mod.rs | 16 ++++++++-------- gh-pages/src/pages/home.rs | 2 +- gh-pages/src/pages/input/mod.rs | 4 ++-- src/button/mod.rs | 10 +++++----- src/input/mod.rs | 12 ++++++------ 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/gh-pages/src/components/site_header.rs b/gh-pages/src/components/site_header.rs index fa6b3d8..3d758cb 100644 --- a/gh-pages/src/components/site_header.rs +++ b/gh-pages/src/components/site_header.rs @@ -17,7 +17,7 @@ pub fn SiteHeader() -> impl IntoView { "Melt UI" - - - + + + + + - - - "#, diff --git a/gh-pages/src/pages/home.rs b/gh-pages/src/pages/home.rs index a027388..30c619c 100644 --- a/gh-pages/src/pages/home.rs +++ b/gh-pages/src/pages/home.rs @@ -22,7 +22,7 @@ pub fn Home() -> impl IntoView { navigate("/components/menu", Default::default()); }>"Read the docs"