Skip to content

Commit

Permalink
updated Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
HUSAM-07 committed Sep 19, 2024
1 parent 055c067 commit b1f0c9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const portalLinks = [
{ title: 'Uni Notes', url: 'https://uni-notes.netlify.app/', description: 'Find information across courses and their respective notes, contributed by individual students' },
{ title: 'Google DSC Resources', url: 'https://gdscbpdc.github.io/', description: 'Find information of technical workshops and events conducted by Google DSC BPDC' },
{ title: 'ACM lib Resources', url: 'https://openlib-cs.acmbpdc.org/', description: 'A library of resources provided by ACM BPDC' },
{ title: 'MTC Resources', url: 'https://mtcbpdcdubai.github.io/Coursework-Resources-and-Links/', description: 'A set of resources provided by MTC' }

];

const Dashboard: React.FC = () => {
Expand Down

0 comments on commit b1f0c9c

Please sign in to comment.