Version 1.0.3 - Modification du Splash
All checks were successful
Frontend Deployment / deploy-frontend (push) Successful in 35s

This commit is contained in:
2025-08-31 16:58:04 +02:00
parent b0ed846ef9
commit febe1f90a2
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "chopin-frontend",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"scripts": {
"dev": "vite --host --port 8080",

View File

@@ -107,6 +107,7 @@ generateNotes();
color: rgba(255, 255, 255, 0.2);
animation: float 10s infinite linear;
opacity: 0;
user-select: none;
}