Commit 6d61b8c4 authored by Arthur Pizzolatti Igansi's avatar Arthur Pizzolatti Igansi
Browse files

Fix routes on sidebar

parent 0417300d
Pipeline #22255 failed with stage
Showing with 2 additions and 2 deletions
+2 -2
...@@ -16,12 +16,12 @@ export function AsideBar() { ...@@ -16,12 +16,12 @@ export function AsideBar() {
const items = [ const items = [
{ {
title: "Dashboard", title: "Dashboard",
url: "revforce/dashboard/", url: "/revforce/dashboard/",
icon: Home, icon: Home,
}, },
{ {
title: "Settings", title: "Settings",
url: "revforce/settings/", url: "/revforce/settings/",
icon: Settings, icon: Settings,
}, },
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment