this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Replace Info icon with ALT badge

This will be the "icon" as most users are already used to it

+1 -1
+1 -1
src/components/media-modal.jsx
··· 141 141 setShowMediaAlt(media.description); 142 142 }} 143 143 > 144 - <Icon icon="info" /> 144 + <span class="tag collapsed">ALT</span> 145 145 <span class="media-alt-desc">{media.description}</span> 146 146 </button> 147 147 )}