Skip to content

Commit 270648b

Browse files
authored
Typo Update Loader.tsx
Improve <animate> Tags by Making Them Self-Closing
1 parent 4684951 commit 270648b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/calculator/Loader.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const Loader: React.FC = () => {
2020
keySplines=".5 0 .5 1;.5 0 .5 1"
2121
repeatCount="indefinite"
2222
begin="-.4"
23-
></animate>
23+
>
2424
</circle>
2525
<circle
2626
fill="#FF0420"
@@ -38,7 +38,7 @@ export const Loader: React.FC = () => {
3838
keySplines=".5 0 .5 1;.5 0 .5 1"
3939
repeatCount="indefinite"
4040
begin="-.2"
41-
></animate>
41+
>
4242
</circle>
4343
<circle
4444
fill="#FF0420"
@@ -56,7 +56,7 @@ export const Loader: React.FC = () => {
5656
keySplines=".5 0 .5 1;.5 0 .5 1"
5757
repeatCount="indefinite"
5858
begin="0"
59-
></animate>
59+
>
6060
</circle>
6161
</svg>
6262
</div>

0 commit comments

Comments
 (0)