Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
imteekay committed Sep 25, 2023
1 parent e74a482 commit a3a59b3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Home/components/Projects/projectsList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ export const projectsList = [
rel: 'noopener noreferrer',
},
{
title: 'FP',
description: 'A Learning Path for Functional Programming',
link: 'https://github.com/imteekay/functional-programming-learning-path',
title: 'Programming Language Theory',
description: 'Studies on Programming Language Theory & Applied PLT',
link: 'https://github.com/imteekay/programming-language-theory',
target: '_blank',
rel: 'noopener noreferrer',
},
{
title: 'Programming Language Theory',
description: 'Studies on Programming Language Theory & Applied PLT',
link: 'https://github.com/imteekay/programming-language-theory',
title: 'FP',
description: 'A Learning Path for Functional Programming',
link: 'https://github.com/imteekay/functional-programming-learning-path',
target: '_blank',
rel: 'noopener noreferrer',
},
Expand Down

0 comments on commit a3a59b3

Please sign in to comment.