Skip to content

Commit

Permalink
Update Loader.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ASquare04 authored Jul 4, 2024
1 parent c03cd93 commit e4560f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Loader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from "react";
function Loader() {
return (
<div>
<div class="loader">
<div class="loader mt-12">
<div class="square" id="sq1"></div>
<div class="square" id="sq2"></div>
<div class="square" id="sq3"></div>
Expand Down

0 comments on commit e4560f4

Please sign in to comment.