From a3c5f907af104340dd2ff83c56a7ee9c46b3843c Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Wed, 27 Sep 2023 13:10:41 +0530 Subject: [PATCH] fixes : ps --- app/Views/business_list.php | 4 ++-- app/Views/user_list.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Views/business_list.php b/app/Views/business_list.php index ca85f8e2..ce4b6a3d 100644 --- a/app/Views/business_list.php +++ b/app/Views/business_list.php @@ -39,9 +39,9 @@ - " class="edit-button"> + " class="edit-button" title="Click to Edit Business"> - " class="delete-button"> + " class="delete-button" title="Click to Delete Business"> diff --git a/app/Views/user_list.php b/app/Views/user_list.php index 5805451f..cd71a842 100644 --- a/app/Views/user_list.php +++ b/app/Views/user_list.php @@ -67,8 +67,8 @@ - - " class="delete-button"> + + " class="delete-button" title="Click to Delete User" >