Skip to content

Commit bfbea24

Browse files
committed
replaced .png logo with .avif
1 parent c25cd5a commit bfbea24

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/client/components/main/response-composer/EmptyState.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React from 'react';
2-
import logofaded from '../../../../assets/img/swell-logo-faded.png';
3-
2+
import logofaded from '../../../../assets/img/swell-logo-faded.avif';
43

54
interface EmptyStateProps {
65
connection?: any;

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module.exports = {
7373
},
7474
},
7575
{
76-
test: /\.(eot|woff|woff2|ttf|svg|png|jpg|gif)$/,
76+
test: /\.(eot|woff|woff2|ttf|svg|png|jpg|gif|avif)$/,
7777
use: 'url-loader',
7878
},
7979
],

0 commit comments

Comments
 (0)