Skip to content

Commit

Permalink
Update project info
Browse files Browse the repository at this point in the history
  • Loading branch information
Relmy committed Dec 3, 2024
1 parent 39de194 commit 139f1e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const projects = [
desc: '',
logo: 'roost_icon.png',
image: 'roost_preview.png',
technologies: ['React Native', 'Expo', 'FireBase'],
technologies: ['React Native', 'Expo', 'Node.js', 'FireBase'],
github: '',
website: '',
},
Expand Down Expand Up @@ -73,7 +73,7 @@ const projects = [
];
/**
* Card displaying project information
*
*
* Card based on MUI Treasury Card-Post: @link https://mui-treasury.com/?path=/story/card-post--post
* @param {project} object - containing project info
* {name, summary, desc, logo, image, technologies, github, website}
Expand Down

0 comments on commit 139f1e2

Please sign in to comment.