@@ -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>
|
||||
}
|
||||
}
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user