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 259cbba commit 21b5343Copy full SHA for 21b5343
frontend/src/shared/components/Loading.jsx
@@ -2,7 +2,7 @@ import React from 'react';
2
import { Image } from 'react-bootstrap';
3
4
const Loading = ({ width = 99, height = 99 }) => {
5
- return <Image width={width} height={height} src="/img/loading.gif" />;
+ return <Image alt="Loading" width={width} height={height} src="/img/loading.gif" />;
6
};
7
8
export default Loading;
0 commit comments