diff options
| author | FifthWit <fifthwitbusiness@gmail.com> | 2025-01-30 11:18:21 -0600 |
|---|---|---|
| committer | FifthWit <fifthwitbusiness@gmail.com> | 2025-01-30 11:18:21 -0600 |
| commit | a423ab244eb848ed2ca89938d396c0aeb5d7cba9 (patch) | |
| tree | 239a8c967ada284e225c03b5f4cadd37d82313cb /frontend/src/pages/Profile.tsx | |
| parent | forgot to add useCallback (diff) | |
| download | lphub-a423ab244eb848ed2ca89938d396c0aeb5d7cba9.tar.gz lphub-a423ab244eb848ed2ca89938d396c0aeb5d7cba9.tar.bz2 lphub-a423ab244eb848ed2ca89938d396c0aeb5d7cba9.zip | |
added missing alt tags
Diffstat (limited to '')
| -rw-r--r-- | frontend/src/pages/Profile.tsx | 4 |
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={() => |