Added Home to sidebar.
This commit is contained in:
parent
6b0a3d9fa9
commit
26c9e25c5b
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
import { ref } from "vue";
|
||||
import { useRouter } from "vue-router";
|
||||
import {
|
||||
Home,
|
||||
Community,
|
||||
Calendar,
|
||||
Hammer,
|
||||
|
|
@ -13,6 +14,7 @@ import {
|
|||
|
||||
const router = useRouter();
|
||||
const categories = [
|
||||
{ name: "Home", icon: Home, url: "/" },
|
||||
{ name: "Calendar", icon: Calendar, url: "/calendar" },
|
||||
{ name: "Clients", icon: Community, url: "/clients" },
|
||||
{ name: "Jobs", icon: Hammer, url: "/jobs" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue