diff --git a/Frontend/Dashboard/dashboard-insideugal/app/cantina/page.tsx b/Frontend/Dashboard/dashboard-insideugal/app/cantina/page.tsx index 7e252b75..1c6473ae 100644 --- a/Frontend/Dashboard/dashboard-insideugal/app/cantina/page.tsx +++ b/Frontend/Dashboard/dashboard-insideugal/app/cantina/page.tsx @@ -307,7 +307,7 @@ export default function Page() { }} className="bg-brand text-white px-5 py-2.5 rounded-xl text-sm font-bold hover:opacity-90 shadow-sm transition-all" > - + Adaugă + Adaugă diff --git a/Frontend/Dashboard/dashboard-insideugal/app/conturi/page.tsx b/Frontend/Dashboard/dashboard-insideugal/app/conturi/page.tsx index 8abe2cea..7dbda554 100644 --- a/Frontend/Dashboard/dashboard-insideugal/app/conturi/page.tsx +++ b/Frontend/Dashboard/dashboard-insideugal/app/conturi/page.tsx @@ -459,7 +459,7 @@ export default function ConturiPage() { setIsModalOpen(true); }} > - Modifică + Editează @@ -646,7 +646,7 @@ export default function ConturiPage() {
- + setTargetType(event.target.value as "facultati" | "cladiri")} className="w-full border border-border p-2 rounded-lg bg-background"> - - + + )} @@ -348,8 +348,8 @@ export default function Page() { <> setFacultyForm({ ...facultyForm, name: event.target.value })} placeholder="Nume facultate" className="w-full border border-border p-2 rounded-lg bg-background" required /> setFacultyForm({ ...facultyForm, abbreviation: event.target.value })} placeholder="Abreviere" className="w-full border border-border p-2 rounded-lg bg-background" /> -