style: pfandlogo.png statt .jpg (transparente Version)

- public/pfandlogo.png ersetzt pfandlogo.jpg
- Alle Referenzen umgestellt (Login, TopNav, SuperAdmin, index.html, manifest.json)
- favicon type=image/png
This commit is contained in:
christian
2026-05-26 13:42:21 +00:00
parent 25ede6f2a3
commit 712afdd253
12 changed files with 63 additions and 2807 deletions

View File

@@ -2,7 +2,7 @@
"name": "pfandsystem-backend",
"version": "1.0.0",
"type": "module",
"description": "Backend API für Pfandsystem mit MySQL",
"description": "Backend API fuer Pfandsystem mit MySQL",
"main": "server.js",
"scripts": {
"start": "node server.js",
@@ -16,6 +16,7 @@
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.16",
"resend": "^3.0.0",
"express-validator": "^7.0.1"
},