diff --git a/web/react/components/file_attachment.jsx b/web/react/components/file_attachment.jsx index a6957b06b9..57cccc4e0f 100644 --- a/web/react/components/file_attachment.jsx +++ b/web/react/components/file_attachment.jsx @@ -187,7 +187,7 @@ export default class FileAttachment extends React.Component { className='file-playback-controls stop' onClick={(e) => this.stopGif(e, filename)} > - {"◼"} + {"■"} ); } diff --git a/web/react/components/view_image.jsx b/web/react/components/view_image.jsx index fbe32cb07a..bea6ce7a55 100644 --- a/web/react/components/view_image.jsx +++ b/web/react/components/view_image.jsx @@ -248,7 +248,7 @@ export default class ViewImageModal extends React.Component { className='file-playback-controls stop' onClick={(e) => this.stopGif(e, filename)} > - {"◼"} + {"■"} ); } else {