diff --git a/ui/dev-dist/sw.js b/ui/dev-dist/sw.js index ecdbe983..280f7f15 100644 --- a/ui/dev-dist/sw.js +++ b/ui/dev-dist/sw.js @@ -82,7 +82,7 @@ define(['./workbox-54d0af47'], (function (workbox) { 'use strict'; "revision": "3ca0b8505b4bec776b69afdba2768812" }, { "url": "index.html", - "revision": "0.f2iul71dnvg" + "revision": "0.1jncqb74048" }], {}); workbox.cleanupOutdatedCaches(); workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), { diff --git a/ui/src/components/classroom/planning/SeatGrid.tsx b/ui/src/components/classroom/planning/SeatGrid.tsx index 01faac86..fd9ebc07 100644 --- a/ui/src/components/classroom/planning/SeatGrid.tsx +++ b/ui/src/components/classroom/planning/SeatGrid.tsx @@ -52,7 +52,7 @@ const DroppableSeat: React.FC<{ }} > {student ? ( - = ({ Boş
-
+
Dolu
diff --git a/ui/src/components/classroom/planning/StudentList.tsx b/ui/src/components/classroom/planning/StudentList.tsx index 69f47d9f..ad7393ee 100644 --- a/ui/src/components/classroom/planning/StudentList.tsx +++ b/ui/src/components/classroom/planning/StudentList.tsx @@ -25,7 +25,7 @@ const DraggableStudent: React.FC<{ student: Student }> = ({ student }) => { }`} >
- + {student.fullName .split(' ') .map((n) => n[0]) diff --git a/ui/src/views/NotFound.tsx b/ui/src/views/NotFound.tsx index d9df357f..06b58c65 100644 --- a/ui/src/views/NotFound.tsx +++ b/ui/src/views/NotFound.tsx @@ -30,7 +30,7 @@ const NotFoundPage = () => { onClick={() => navigate(isAdminPath ? ROUTES_ENUM.protected.dashboard : ROUTES_ENUM.public.home) } - className="px-6 py-3 bg-primary rounded-xl shadow hover:bg-secondary transition" + className="px-6 py-3 bg-blue-500 rounded-xl shadow hover:bg-blue-600 transition" > {translate('::Public.notFound.button')}