Skip to content

Commit

Permalink
Merge pull request #29 from ItzNotABug/fix-checkbox-layout
Browse files Browse the repository at this point in the history
Fix CheckBox Layout
  • Loading branch information
ItzNotABug authored Jan 18, 2024
2 parents 58ac091 + 74bcf69 commit 56e825a
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 35 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ghosler",
"description": "Send newsletter emails to your members, using your own email credentials!",
"version": "0.87",
"version": "0.88",
"private": true,
"main": "app.js",
"type": "module",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/cheerio": "^0.22.35",
"nodemon": "^3.0.2",
"nodemon": "^3.0.3",
"tailwindcss": "^3.4.1"
}
}
Loading

0 comments on commit 56e825a

Please sign in to comment.