* 🚀 refactor: simplify deployment process in workflow file

* 🚀 chore: add IMAGE_NAME to GITHUB_ENV for deployment workflow

*  chore: simplify deployment logging in workflow file

* 🚀 fix: correct container name in deployment script logic

* 🚀 refactor: rename job and streamline deployment steps

* Update README.md

*  fix: prevent multiple form submissions in Contact component

*  feat: honeypot and timestamp checks to form submission

*  refactor: simplify contact form and improve UI elements

*  feat: add responsive masonry layout for projects display

*  style: Update project title size and improve layout visibility
This commit is contained in:
denshooter
2025-02-22 23:33:47 +01:00
committed by GitHub
parent 9088a7cd32
commit 7cd50b4dca
5 changed files with 62 additions and 34 deletions

View File

@@ -21,7 +21,8 @@
"node-fetch": "^3.3.2",
"nodemailer": "^6.10.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"react-responsive-masonry": "^2.7.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",