Skip to content

Commit

Permalink
fix :: Loading 애니메이션 오타수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KANGYONGSU23 committed Nov 27, 2023
1 parent 7be24af commit b049e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
"50%": { transform: "rotate(165deg)" },
"62.5%": { transform: "rotate(255deg)" },
"75%": { transform: "rotate(315deg)" },
"87.%": { transform: "rotate(345deg)" },
"87.5%": { transform: "rotate(345deg)" },
"100%": { transform: "rotate(360deg)" },
},
},
Expand Down

0 comments on commit b049e09

Please sign in to comment.