Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions components/ui/web/components/common/loadingAnimation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Backdrop } from '@mui/material';
import styled from 'styled-components';

import { AppContext } from 'context';
import logoGif from 'public/sciserver-logo.gif';
import logoGif from 'public/sciserver-loading.gif';
import { drawerClosedWidth, drawerOpenWidth } from 'components/common/drawer';

type Props = {
Expand All @@ -27,8 +27,7 @@ export const LoadingAnimation: FC<Props> = ({ backDropIsOpen }) => {
return (
<StyledBackdrop {...{ drawerOpen }} open={backDropIsOpen} >
<div className="loading-div">
<Image src={logoGif} alt="Sciserver logo gif" width={170} />
<div className="loading">Loading...</div>
<Image src={logoGif} alt="Sciserver logo gif" />
</div>
</StyledBackdrop>
);
Expand Down
Binary file added components/ui/web/public/sciserver-loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.