From dc06508aa5eed4cc8317dfa2d4aad773e235e2e0 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 28 Sep 2023 16:25:13 +0800 Subject: [PATCH] Replace Info icon with ALT badge This will be the "icon" as most users are already used to it --- src/components/media-modal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/media-modal.jsx b/src/components/media-modal.jsx index 7ec4769c..d01f97fe 100644 --- a/src/components/media-modal.jsx +++ b/src/components/media-modal.jsx @@ -141,7 +141,7 @@ function MediaModal({ setShowMediaAlt(media.description); }} > - + {media.description} )}