feat: with updated things

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-07 21:23:52 +02:00
parent 36e2766bb9
commit 8ee2ca5c14
21 changed files with 386 additions and 24 deletions

View File

@@ -1,12 +1,12 @@
use leptos::*;
use crate::features::navbar_projects::NavbarProjects;
use crate::features::dashboard_list_view::DashboardList;
#[component]
pub fn DashHomePage(cx: Scope) -> impl IntoView {
view! { cx,
<div class="home-dash">
<NavbarProjects/>
<DashboardList/>
</div>
}
}

View File

@@ -28,7 +28,7 @@ pub fn FeaturesView(cx: Scope) -> impl IntoView {
view! { cx,
<div>
<div class="space-y-5">
<div class="space-y-5 p-2">
<h1>"NavbarProjects"</h1>
<h2>"Projects"</h2>
<div class="feature-case">