aboutsummaryrefslogtreecommitdiff
path: root/components/admin/dashboard/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'components/admin/dashboard/index.js')
-rw-r--r--components/admin/dashboard/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/admin/dashboard/index.js b/components/admin/dashboard/index.js
index d0c9963..930b8e0 100644
--- a/components/admin/dashboard/index.js
+++ b/components/admin/dashboard/index.js
@@ -168,12 +168,14 @@ export default function AdminDashboard({
</div>
<div className="flex font-karla font-semibold gap-2">
<button
+ title="Broadcast"
type="submit"
className="bg-image text-white py-2 px-4 rounded-md hover:bg-opacity-80 transition duration-300"
>
Broadcast
</button>
<button
+ title="Remove"
type="button"
onClick={handleRemove}
className="bg-red-700 text-white py-2 px-4 rounded-md hover:bg-opacity-80 transition duration-300"
@@ -247,6 +249,7 @@ export default function AdminDashboard({
)}
<button
type="button"
+ title="Resolved"
onClick={() => {
setReportId(i?.id);
handleResolved();