From e9745683748ac5ecfdf704607441a3204d8c5516 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sat, 10 Aug 2024 02:08:49 -0400 Subject: Update Fetcher.jsx to include UpdateChoreAssignee function and ChoreCard.jsx to handle assignee change --- src/views/components/NavBar.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/views/components') diff --git a/src/views/components/NavBar.jsx b/src/views/components/NavBar.jsx index 832a112..5537246 100644 --- a/src/views/components/NavBar.jsx +++ b/src/views/components/NavBar.jsx @@ -30,11 +30,11 @@ const links = [ label: 'Home', icon: , }, - { - to: '/chores', - label: 'Desktop View', - icon: , - }, + // { + // to: '/chores', + // label: 'Desktop View', + // icon: , + // }, { to: '/things', label: 'Things', -- cgit