Skip to content

Commit

Permalink
update mysql2 version, fix text shine anim
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham-Lal committed Jun 4, 2024
1 parent 52bbc93 commit b006fa7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions client/src/components/card/claim-username.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
animation: shine 7.5s infinite linear;
animation: shine-get_started 7.5s infinite linear;
font-weight: 600;
font-size: 25px;
}

@keyframes shine {
@keyframes shine-get_started {
0% {
background-position: 0;
}
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/sidebar/profile.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
animation: shine 7.5s infinite linear;
animation: shine-join_community 7.5s infinite linear;
font-weight: 600;
font-size: 20px;
}

@keyframes shine {
@keyframes shine-join_community {
0% {
background-position: 0;
}
Expand Down
8 changes: 4 additions & 4 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"fastify": "^4.26.2",
"fastify-multer": "^2.0.3",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.9.3"
"mysql2": "^3.10.0"
},
"devDependencies": {
"nodemon": "^3.1.0"
Expand Down

0 comments on commit b006fa7

Please sign in to comment.