From b7ee1c0f26e4fa4a7f6f623583461f5a9278fae3 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sun, 28 Jul 2024 22:55:14 -0400 Subject: Update landing Get start section --- src/views/components/NavBar.jsx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/views/components') diff --git a/src/views/components/NavBar.jsx b/src/views/components/NavBar.jsx index d3708ae..832a112 100644 --- a/src/views/components/NavBar.jsx +++ b/src/views/components/NavBar.jsx @@ -114,17 +114,6 @@ const NavBar = () => { tick✓ - - Beta - 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