mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-23 22:46:35 +01:00
Merge pull request #406 from cstenglein/replace-thunderstorm-webp
replace thunderstorm.gif with the same image converted to webP
This commit is contained in:
commit
4924390549
3 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import { Accounts } from '../src/views/homepage/Accounts';
|
|||
|
||||
const ContextApp = () => (
|
||||
<>
|
||||
<ThunderStorm alt={''} src={appendBasePath('/static/thunderstorm.gif')} />
|
||||
<ThunderStorm alt={''} src={appendBasePath('/static/thunderstorm.webp')} />
|
||||
<TopSection />
|
||||
<Accounts />
|
||||
<Spacer />
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.4 MiB |
BIN
src/client/public/static/thunderstorm.webp
Normal file
BIN
src/client/public/static/thunderstorm.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 138 KiB |
Loading…
Add table
Reference in a new issue