diff --git a/frontend/src/components/torrent/details.rs b/frontend/src/components/torrent/details.rs index 92cdda7..515609e 100644 --- a/frontend/src/components/torrent/details.rs +++ b/frontend/src/components/torrent/details.rs @@ -51,8 +51,8 @@ pub fn TorrentDetailsSheet() -> impl IntoView { -
- +
+ "Genel" @@ -68,7 +68,7 @@ pub fn TorrentDetailsSheet() -> impl IntoView { -
+
impl IntoView { {move || match selected_torrent.get() { Some(t) => leptos::either::Either::Left(view! { -
+
}), @@ -167,7 +167,7 @@ pub fn TorrentDetailsSheet() -> impl IntoView { {move || match selected_torrent.get() { Some(t) => leptos::either::Either::Left(view! { -
+
}),