Replace Info icon with ALT badge

This will be the "icon" as most users are already used to it
This commit is contained in:
Lim Chee Aun 2023-09-28 16:25:13 +08:00
parent 8c4a88b333
commit dc06508aa5

View file

@ -141,7 +141,7 @@ function MediaModal({
setShowMediaAlt(media.description);
}}
>
<Icon icon="info" />
<span class="tag collapsed">ALT</span>
<span class="media-alt-desc">{media.description}</span>
</button>
)}