aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/pages
diff options
context:
space:
mode:
authorFifthWit <fifthwitbusiness@gmail.com>2025-01-30 11:18:21 -0600
committerFifthWit <fifthwitbusiness@gmail.com>2025-01-30 11:18:21 -0600
commita423ab244eb848ed2ca89938d396c0aeb5d7cba9 (patch)
tree239a8c967ada284e225c03b5f4cadd37d82313cb /frontend/src/pages
parentforgot to add useCallback (diff)
downloadlphub-a423ab244eb848ed2ca89938d396c0aeb5d7cba9.tar.gz
lphub-a423ab244eb848ed2ca89938d396c0aeb5d7cba9.tar.bz2
lphub-a423ab244eb848ed2ca89938d396c0aeb5d7cba9.zip
added missing alt tags
Diffstat (limited to 'frontend/src/pages')
-rw-r--r--frontend/src/pages/Profile.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/pages/Profile.tsx b/frontend/src/pages/Profile.tsx
index 2533291..8acf746 100644
--- a/frontend/src/pages/Profile.tsx
+++ b/frontend/src/pages/Profile.tsx
@@ -452,7 +452,7 @@ const Profile: React.FC<ProfileProps> = ({
452 _delete_submission(r.map_id, e.record_id); 452 _delete_submission(r.map_id, e.record_id);
453 }} 453 }}
454 > 454 >
455 <img src={DeleteIcon}></img> 455 <img src={DeleteIcon} alt="delete icon"></img>
456 </button> 456 </button>
457 <button 457 <button
458 onClick={() => 458 onClick={() =>
@@ -572,7 +572,7 @@ const Profile: React.FC<ProfileProps> = ({
572 _delete_submission(r.id, e.record_id); 572 _delete_submission(r.id, e.record_id);
573 }} 573 }}
574 > 574 >
575 <img src={DeleteIcon}></img> 575 <img src={DeleteIcon} alt="delete icon"></img>
576 </button> 576 </button>
577 <button 577 <button
578 onClick={() => 578 onClick={() =>