Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Feb 8, 2024
1 parent 9bf255a commit fc75d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/app_dog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async fn fetch_random_dog() -> Option<Url> {

fn app() -> Element {
use_init_theme(DARK_THEME);
let dog_url = use_signal(|| None);
let mut dog_url = use_signal(|| None);

let onclick = move |_| {
spawn(async move {
Expand Down

0 comments on commit fc75d8c

Please sign in to comment.