Footer component cleanup
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
import BreadcrumbNav from "./BreadcrumbNav.svelte";
|
||||
import DataTable from "./DataTable.svelte";
|
||||
import FileUpload from "./FileUpload.svelte";
|
||||
import Footer from "./Footer.svelte";
|
||||
import FormLayout from "./FormLayout.svelte";
|
||||
import NotFound from "./NotFound.svelte";
|
||||
import Pagination from "./Pagination.svelte";
|
||||
@@ -51,7 +50,11 @@
|
||||
<!-- Add content here, remove div below -->
|
||||
<!-- <div class="border-4 border-dashed rounded h-96" /> -->
|
||||
<h1 class="text-3xl leading-tight">
|
||||
<span class="font-bold">Dashboard</span><span> - hello there, <span class="text-blue-500">{store.state.jwtinfo.userdetails.firstname}</span> 👋</span>
|
||||
<span class="font-bold">Dashboard</span><span>
|
||||
- hello there,
|
||||
<span
|
||||
class="text-blue-500">{store.state.jwtinfo.userdetails.firstname}</span>
|
||||
👋</span>
|
||||
</h1>
|
||||
<div class="shadow px-6 pt-4 pb-1">
|
||||
<BreadcrumbNav />
|
||||
@@ -126,6 +129,4 @@
|
||||
<div class="mb-8">
|
||||
<FormLayout />
|
||||
</div>
|
||||
<Footer />
|
||||
<!-- <NotFound /> -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user