We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25cd5a commit bfbea24Copy full SHA for bfbea24
src/client/components/main/response-composer/EmptyState.tsx
@@ -1,6 +1,5 @@
1
import React from 'react';
2
-import logofaded from '../../../../assets/img/swell-logo-faded.png';
3
-
+import logofaded from '../../../../assets/img/swell-logo-faded.avif';
4
5
interface EmptyStateProps {
6
connection?: any;
webpack.config.js
@@ -73,7 +73,7 @@ module.exports = {
73
},
74
75
{
76
- test: /\.(eot|woff|woff2|ttf|svg|png|jpg|gif)$/,
+ test: /\.(eot|woff|woff2|ttf|svg|png|jpg|gif|avif)$/,
77
use: 'url-loader',
78
79
],
0 commit comments