From f871d4d8d785b37ec11678f329a315107b408462 Mon Sep 17 00:00:00 2001 From: corgifist Date: Wed, 30 Jul 2025 14:45:14 +0300 Subject: [PATCH] removed spaces before screen reader only elements --- src/app/(dashboard)/page.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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"}