Skip to content

Commit 792919e

Browse files
committed
Removed redundant css
`animate-duration` has no visible impact, hence redundant... I wanted to pause the animation, but this works too
1 parent 2311a7b commit 792919e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function Hero() {
8585
</form>
8686
{errorMessage && (
8787
<div
88-
className="text-red-500 animate-pulse animate-duration-1000"
88+
className="text-red-500 animate-pulse"
8989
>
9090
{errorMessage}</div>)}
9191
{/* <a href="https://github.com/max-programming/hacktoberfest-projects/">

0 commit comments

Comments
 (0)