Skip to content

Commit

Permalink
OV-6: * Loader component
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy4 committed Aug 20, 2024
1 parent 92f59d5 commit 41c89b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/bundles/common/components/loader/loader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Loader = (): JSX.Element => {
borderColor="shadow.200"
borderTopColor="brand.secondary.300"
animation={`${SPIN_ANIMATION} 1s linear infinite`}
></Circle>
/>
</Box>
<Text fontSize="lg" marginTop="10px">
Loading...
Expand Down

0 comments on commit 41c89b7

Please sign in to comment.