Skip to content

Commit

Permalink
jeeves added
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Apr 25, 2024
1 parent f621287 commit 46df306
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file added src/assets/images/projects/jeeves.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/projects/ProjectsFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default {
'Perpetuals',
'Security',
'Send tokens',
'Superapp',
'Wallet',
'Yield farming',
],
Expand Down
7 changes: 7 additions & 0 deletions src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,13 @@ const projects = [
img: require('@/assets/images/projects/gas-zip.png'),
url: 'https://www.gas.zip/'
},
{
id: 0,
title: 'Degen Jeeves',
category: 'Superapp',
img: require('@/assets/images/projects/jeeves.png'),
url: 'https://app.degenjeeves.com/'
},
];

export default projects;

0 comments on commit 46df306

Please sign in to comment.