Skip to content

Commit

Permalink
refactor: rename back the tab tasks to task list to balance out t…
Browse files Browse the repository at this point in the history
…he weight of the UI
  • Loading branch information
roldanjr committed Jul 3, 2023
1 parent 6abd3e3 commit f201525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/renderer/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ type NavItemTypes = {
export const routes: NavItemTypes[] = [
{
icon: "task",
name: "Tasks",
name: "Task List",
exact: false,
path: "/tasks",
path: "/task-list",
component: TaskList,
},
{
Expand Down

0 comments on commit f201525

Please sign in to comment.