Skip to content

Commit

Permalink
Fix loader image (backoffice) (#1402)
Browse files Browse the repository at this point in the history
* fix(backoffice): loader image

* fix(backoffice): loader image
  • Loading branch information
alonp99 authored Oct 16, 2023
1 parent fb9d8e7 commit 877b2b4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React, { FunctionComponent } from 'react';
export const FullScreenLoader: FunctionComponent = () => {
return (
<div className={`d-full flex items-center justify-center`}>
<img src={'/public/images/loader.gif'} alt={'logo'} className={`d-[150px]`} />
<img src={'/images/loader.gif'} alt={'logo'} className={`d-[150px]`} />
</div>
);
};
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 877b2b4

Please sign in to comment.