Apply new loading animation

This commit is contained in:
Yuya Ochiai
2018-04-19 00:48:07 +09:00
parent 958c45c2f6
commit 0c0cdb756b
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 338 KiB

After

Width:  |  Height:  |  Size: 153 KiB

BIN
src/assets/loading@2x.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 KiB

View File

@@ -292,6 +292,7 @@ const MattermostView = createReactClass({
<img
className='mattermostView-loadingImage'
src='../assets/loading.gif'
srcSet='../assets/loading.gif 1x, ../assets/loading@2x.gif 2x'
/>
</div>
) : null;