Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plataforma de Marketing e Sales Analytics
revforce-front
Commits
6d61b8c4
Commit
6d61b8c4
authored
5 days ago
by
Arthur Pizzolatti Igansi
Browse files
Options
Download
Email Patches
Plain Diff
Fix routes on sidebar
parent
0417300d
Pipeline
#22255
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/AsideBar.tsx
+2
-2
src/components/AsideBar.tsx
with
2 additions
and
2 deletions
+2
-2
src/components/AsideBar.tsx
View file @
6d61b8c4
...
@@ -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
,
},
},
{
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help