Rename sidebar Bottom component to Playlists
This commit is contained in:
parent
347ad39fae
commit
f1862a6bd6
@ -49,14 +49,14 @@ pub fn Sidebar(upload_open: RwSignal<bool>, add_artist_open: RwSignal<bool>, add
|
|||||||
<h1>Search</h1>
|
<h1>Search</h1>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<Bottom />
|
<Playlists />
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[component]
|
#[component]
|
||||||
pub fn Bottom() -> impl IntoView {
|
pub fn Playlists() -> impl IntoView {
|
||||||
view! {
|
view! {
|
||||||
<div class="home-card">
|
<div class="home-card">
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user