Skip to content

Commit

Permalink
add back spotimix
Browse files Browse the repository at this point in the history
  • Loading branch information
kanehara committed Mar 31, 2023
1 parent a7acfa3 commit 6408c9c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,14 @@ export default {
displayBio: false,
displayPortfolio: false,
isAvatarAnimating: false,
projects: [],
projects: [
{
name: "Spotimix",
href: "http://www.spotimix.com",
backgroundImage: "assets/Spotimix.png",
description: "A GraphQL webapp to query Spotify's recommendation API"
},
],
};
},
mounted() {
Expand Down

0 comments on commit 6408c9c

Please sign in to comment.