Replace home page with logged calls page

This commit is contained in:
David Corbitt
2023-08-08 13:37:55 -07:00
parent a2c322ff43
commit cb791e3c73
7 changed files with 24 additions and 25 deletions

View File

@@ -86,7 +86,7 @@ export default function ProjectMenu() {
PROJECT
</Text>
<NavSidebarOption activeHrefPattern="/home" disableHoverEffect={expandButtonHovered}>
<Link href="/home">
<Link href="/logged-calls">
<HStack w="full" justifyContent="space-between">
<HStack>
<Flex
@@ -180,7 +180,7 @@ const ProjectOption = ({
return (
<HStack
as={Link}
href="/home"
href="/logged-calls"
onClick={() => {
setSelectedOrgId(org.id);
onClose();