Skip to content

Commit

Permalink
update loader icon
Browse files Browse the repository at this point in the history
  • Loading branch information
F-Shahali committed Sep 10, 2024
1 parent eecfe5b commit 109b8a3
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 30 deletions.
20 changes: 0 additions & 20 deletions src/Assets/icons/circles.svg

This file was deleted.

64 changes: 64 additions & 0 deletions src/Assets/icons/loader.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions src/Assets/icons/loading.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/Components/LoadingCover.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ReactComponent as Loader } from '@assets/icons/circles.svg';
import { ReactComponent as Loader } from '@assets/icons/loader.svg';

type LoadingCoverProps = { className?: string };

Expand Down

0 comments on commit 109b8a3

Please sign in to comment.