From b2631ae00230626b8f99aa6fedfd3481d0ccdedc Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Wed, 1 Oct 2025 09:39:33 -0700 Subject: [PATCH] Dashboard: Adjust icon widget clickable area (#7537) * Dashboard: Adjust icon widget clickable area * Update registrations.php * Update domains.php * Update domains.php --- app/registrations/resources/dashboard/registrations.php | 2 +- core/dashboard/resources/dashboard/icon.php | 2 +- core/domains/resources/dashboard/domains.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/registrations/resources/dashboard/registrations.php b/app/registrations/resources/dashboard/registrations.php index ff01d99c89..f4abfaada3 100644 --- a/app/registrations/resources/dashboard/registrations.php +++ b/app/registrations/resources/dashboard/registrations.php @@ -52,7 +52,7 @@ //dashboard icon echo "
\n"; echo "
\n"; - echo " ".escape($dashboard_label).""; + echo " ".escape($dashboard_label).""; echo "
\n"; echo " \n"; echo " ".$active_registrations." / ".($active_registrations + $inactive_registrations)."\n"; diff --git a/core/dashboard/resources/dashboard/icon.php b/core/dashboard/resources/dashboard/icon.php index e0419a83b1..b1ab09e02c 100644 --- a/core/dashboard/resources/dashboard/icon.php +++ b/core/dashboard/resources/dashboard/icon.php @@ -23,7 +23,7 @@ //dashboard icon echo "
\n"; - echo "
\n"; + echo "
\n"; echo " ".escape($dashboard_label)."\n"; echo " \n"; echo "
\n"; diff --git a/core/domains/resources/dashboard/domains.php b/core/domains/resources/dashboard/domains.php index 232a427f3d..9e01d60158 100644 --- a/core/domains/resources/dashboard/domains.php +++ b/core/domains/resources/dashboard/domains.php @@ -34,7 +34,7 @@ //dashboard icon echo "
\n"; echo "
\n"; - echo " ".escape($dashboard_label).""; + echo " ".escape($dashboard_label).""; echo "
\n"; echo " \n"; echo " ".$domain_count."\n";