diff --git a/app/components/subjects.tsx b/app/components/subjects.tsx index 588c63a..6dce0f2 100644 --- a/app/components/subjects.tsx +++ b/app/components/subjects.tsx @@ -119,7 +119,7 @@ const subjectCodes: Record = { "Information Retrieval": "ir", "Management Information Systems": "mis", "VLSI and Embedded Systems": "vlsi", - "Entrepreneurship & Startup": "es", + "Entrepreneurship & Startup": "ent", "Financial Management": "fm", "Robotic Access Automation": "raa", "Marketing Management": "mm", diff --git a/app/layout.tsx b/app/layout.tsx index 9104a0e..3dd7b58 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -23,7 +23,7 @@ export const metadata: Metadata = { export const viewport: Viewport = { width: "device-width", - initialScale: 0, + initialScale: 1, maximumScale: 5, userScalable: true, };