Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/subjects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const subjectCodes: Record<string, string> = {
"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",
Expand Down
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const metadata: Metadata = {

export const viewport: Viewport = {
width: "device-width",
initialScale: 0,
initialScale: 1,
maximumScale: 5,
userScalable: true,
};
Expand Down