Skip to content

Commit 21b5343

Browse files
authored
Update Loading.jsx
1 parent 259cbba commit 21b5343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/shared/components/Loading.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import { Image } from 'react-bootstrap';
33

44
const Loading = ({ width = 99, height = 99 }) => {
5-
return <Image width={width} height={height} src="/img/loading.gif" />;
5+
return <Image alt="Loading" width={width} height={height} src="/img/loading.gif" />;
66
};
77

88
export default Loading;

0 commit comments

Comments
 (0)