Skip to content

Commit

Permalink
fix: languages and PE
Browse files Browse the repository at this point in the history
  • Loading branch information
Rei-x committed Sep 22, 2024
1 parent a4456f9 commit 2345037
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/app/createplan/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ import { Day, Frequency, LessonType } from "@/services/usos/types";

const faculties = [
{
name: "[PRD/S1] Studium Języków Obcych",
value: "PRD/S1",
name: "[PRK24/S1] Studium Języków Obcych",
value: "PRK24/S1",
},
{
name: "[PRD/S3] Studium Wychowania Fizycznego i Sportu",
value: "PRD/S3",
name: "[PRK24/S3] Studium Wychowania Fizycznego i Sportu",
value: "PRK24/S3",
},
{
name: "[W1] Wydział Architektury",
Expand Down

0 comments on commit 2345037

Please sign in to comment.