Skip to content

Commit

Permalink
Merge pull request #801 from thedevs-network/develop
Browse files Browse the repository at this point in the history
merge develop 3.2.1 into main
  • Loading branch information
poeti8 authored Jan 22, 2025
2 parents 901b617 + 22783f3 commit 680d5c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kutt",
"version": "3.2.0",
"version": "3.2.1",
"description": "Modern URL shortener.",
"main": "./server/server.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1310,6 +1310,7 @@ main form button.submit:hover {
}

main form button.submit svg.send {
width: 100%;
fill: #aaa;
animation: fadein 0.3s ease-in-out;
transition: fill 0.2s ease-in-out;
Expand Down

0 comments on commit 680d5c7

Please sign in to comment.