diff --git a/README.md b/README.md index 4b8f7db..deafbae 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -

- Melt Logo +

+ Melt Logo

-

Melt UI

-

An easy to use leptos component library

+

Melt UI

+

An easy to use leptos component library

**The 0.0.x release does not consider API compatibility at this time** diff --git a/demo/index.html b/demo/index.html index bf63510..631cb5d 100644 --- a/demo/index.html +++ b/demo/index.html @@ -1,14 +1,19 @@ - - - - - Melt UI - - - - - - - \ No newline at end of file + + + + + Melt UI + + + + + + + + diff --git a/demo/src/assets/favicon.ico b/demo/src/assets/favicon.ico new file mode 100644 index 0000000..100548a Binary files /dev/null and b/demo/src/assets/favicon.ico differ diff --git a/demo/src/components/site_header.rs b/demo/src/components/site_header.rs index 57c4ea4..2a7dada 100644 --- a/demo/src/components/site_header.rs +++ b/demo/src/components/site_header.rs @@ -23,21 +23,24 @@ pub fn SiteHeader() -> impl IntoView { }; let style = create_memo(move |_| { theme.with(|theme| { - format!("height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid {}", theme.common.border_color) + format!("height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid {}", theme.common.border_color) }) }); view! { - + + +
- "Melt UI" - + "Melt UI" +
+