Fix .demo-source docs links

This commit is contained in:
Álvaro Mondéjar Rubio 2024-02-11 02:05:51 +01:00
parent 710419404c
commit fd8a284a77
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@
top: 8px;
font-size: 12px;
font-weight: 500;
z-index: 50;
}
.demo-container > a.demo-source > i.fa {

View file

@ -25,7 +25,7 @@ use leptos::*;
/// #
/// # #[component]
/// # fn Demo() -> impl IntoView {
/// let UsClipboardReturn { is_supported, text, copied, copy } = use_clipboard();
/// let UseClipboardReturn { is_supported, text, copied, copy } = use_clipboard();
///
/// view! {
/// <Show