-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
609fcdb
commit b1df62c
Showing
2 changed files
with
40 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
export const Loading = () => { | ||
return ( | ||
<svg | ||
version="1.1" | ||
id="L9" | ||
xmlns="http://www.w3.org/2000/svg" | ||
x="0px" | ||
y="0px" | ||
viewBox="0 0 100 100" | ||
enableBackground="new 0 0 0 0"> | ||
<path | ||
fill="#fff" | ||
d="M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50"> | ||
<animateTransform | ||
attributeName="transform" | ||
attributeType="XML" | ||
type="rotate" | ||
dur="1s" | ||
from="0 50 50" | ||
to="360 50 50" | ||
repeatCount="indefinite" | ||
/> | ||
</path> | ||
</svg> | ||
); | ||
}; |
b1df62c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
radio-crestin-com-gjii – ./
radio-crestin-com-gjii-git-master-iosifnicolae2v1.vercel.app
radio-crestin-com-gjii-iosifnicolae2v1.vercel.app
radio-crestin-com-gjii.vercel.app
b1df62c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task: #48