about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/account_gallery
diff options
context:
space:
mode:
authorBramus! <bramus@bram.us>2022-12-15 18:37:47 +0100
committerClaire <claire.github-309c@sitedethib.com>2022-12-15 21:06:29 +0100
commit1ced365371bebe667b05eb1cd593f97a1851a335 (patch)
tree16120746e6abd39bc392bf9a2611f7605c9b4727 /app/javascript/flavours/glitch/features/account_gallery
parentcdba1ec5f4edd3e3095c161f34f8d1cc3beebaef (diff)
[Glitch] Fix media markup
Port 7fbc17afa246c5cd384123ace51e07622204b67c to glitch-soc

Co-authored-by: Effy Elden <effy@effy.space>
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/features/account_gallery')
-rw-r--r--app/javascript/flavours/glitch/features/account_gallery/components/media_item.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/features/account_gallery/components/media_item.js b/app/javascript/flavours/glitch/features/account_gallery/components/media_item.js
index f7a7fd467..f20ee685e 100644
--- a/app/javascript/flavours/glitch/features/account_gallery/components/media_item.js
+++ b/app/javascript/flavours/glitch/features/account_gallery/components/media_item.js
@@ -104,6 +104,7 @@ export default class MediaItem extends ImmutablePureComponent {
           <video
             className='media-gallery__item-gifv-thumbnail'
             aria-label={attachment.get('description')}
+            title={attachment.get('description')}
             role='application'
             src={attachment.get('url')}
             onMouseEnter={this.handleMouseEnter}