We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4eb406 commit 844b74cCopy full SHA for 844b74c
src/components/Footer.jsx
@@ -11,7 +11,7 @@ function Footer() {
11
target="_blank"
12
rel="noopener noreferrer"
13
>
14
- View on GitHub
+ ❤️ View on GitHub
15
</a>
16
</p>
17
</div>
src/index.css
@@ -249,7 +249,7 @@ header p {
249
font-style: italic;
250
white-space: nowrap;
251
z-index: 100;
252
- animation: flashDescription 2s ease-in-out;
+ animation: flashDescription 2s ease-in-out forwards;
253
pointer-events: none;
254
}
255
0 commit comments