Skip to content

Commit 844b74c

Browse files
fix animation on mobile
1 parent d4eb406 commit 844b74c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function Footer() {
1111
target="_blank"
1212
rel="noopener noreferrer"
1313
>
14-
View on GitHub
14+
❤️ View on GitHub
1515
</a>
1616
</p>
1717
</div>

src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ header p {
249249
font-style: italic;
250250
white-space: nowrap;
251251
z-index: 100;
252-
animation: flashDescription 2s ease-in-out;
252+
animation: flashDescription 2s ease-in-out forwards;
253253
pointer-events: none;
254254
}
255255

0 commit comments

Comments
 (0)