Skip to content

Commit

Permalink
refactor: update momonario tech stack
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreBellas committed May 30, 2024
1 parent 3952287 commit fb0d6af
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/constants/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ export const projects: IProject[] = [
slug: 'ts',
description: 'Typescript',
},
{
slug: 'node',
description: 'NodeJS',
},
{
slug: 'react',
description: 'ReactJS',
Expand All @@ -34,14 +38,6 @@ export const projects: IProject[] = [
slug: 'nextjs',
description: 'NextJS',
},
{
slug: 'php',
description: 'PHP',
},
{
slug: 'laravel',
description: 'Laravel',
},
{
slug: 'postgresql',
description: 'PostgreSQL',
Expand Down

0 comments on commit fb0d6af

Please sign in to comment.