Skip to content

Commit

Permalink
Merge pull request #42 from manuandru/patch-1
Browse files Browse the repository at this point in the history
Update teachings.ts
  • Loading branch information
foxyseta authored Jul 27, 2023
2 parents c93a8cd + 04c3d78 commit 58d24e1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/lib/teachings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,21 @@ const TEACHINGS: Course[] = [
]
}
]
},
{
id: 'ingegneria-e-scienze-informatiche-magistrale',
name: 'Ingegneria e Scienze Informatiche Magistrale',
icon: '🥸',
years: [
{
year: 1,
teachings: [
{ name: 'Programmazione Concorrente e Distribuita', url: 'isi-programmazione-concorrente-e-distribuita' },
]
}
]
}

];

export default TEACHINGS;
Expand Down

1 comment on commit 58d24e1

@vercel
Copy link

@vercel vercel bot commented on 58d24e1 Jul 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dynamik – ./

dynamik.vercel.app
dynamik-git-main-csunibo.vercel.app
dynamik-csunibo.vercel.app

Please sign in to comment.