diff --git a/src/app/(dashboard)/page.tsx b/src/app/(dashboard)/page.tsx index 21a170d..f5ada82 100644 --- a/src/app/(dashboard)/page.tsx +++ b/src/app/(dashboard)/page.tsx @@ -254,7 +254,7 @@ const ProjectDropdown = ({ {project.title} @@ -309,7 +309,7 @@ const ProjectDropdown = ({
{project.title} setRenameDialogOpen(true)}> - Rename + Rename
@@ -509,8 +509,8 @@ export default function Home(): ReactNode {
- @@ -562,8 +562,7 @@ export default function Home(): ReactNode { setDescendingSort(pressed)}> - {descendingSort ? : } - {descendingSort ? "Switch to Ascending Sorting" : "Switch to Descending Sorting"} + {descendingSort ? : }{descendingSort ? "Switch to Ascending Sorting" : "Switch to Descending Sorting"}