Merge pull request #80 from mondeja/fix-demo-source

Fix `.demo-source` docs links
This commit is contained in:
Marc-Stefan Cassola 2024-02-11 12:20:57 +00:00 committed by GitHub
commit 3243f693c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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