Skip to content

Commit

Permalink
Merge pull request #14 from pralov-malla/main
Browse files Browse the repository at this point in the history
Add NCC Lab 3 front page title
  • Loading branch information
joonshakya authored Dec 18, 2024
2 parents 7005de1 + c771484 commit 055ac9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { useDevCppDownloadDialogStore } from "../src/store";

export const nccAssignments = [
{ number: 1, name: "C# Basics - Part 1" },
{ number: 2, name: "C# Basics - Part 2", selected: true },
{ number: 2, name: "C# Basics - Part 2" },
{ number: 3, name: "ASP.NET core MVC Basic", selected: true },
];

export const webTechAssignments = [
Expand Down

0 comments on commit 055ac9e

Please sign in to comment.