Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopfed committed Oct 10, 2023
1 parent ac08010 commit 4bb2f73
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"vue-eslint-parser": "^9.3.1"
},
"dependencies": {
"@artbycity/sdk": "^0.1.0",
"@artbycity/sdk": "^0.1.1",
"@mdi/font": "^7.2.96",
"@pinia/nuxt": "^0.4.11",
"arconnect": "^1.0.3",
Expand Down
5 changes: 4 additions & 1 deletion pages/discover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
<template v-if="data">
<v-row v-for="pub in data" :key="pub.id">
<v-col>
<FeedItemCard :id="pub.id" @click="clickedOnArt(pub.id)" />
<FeedItemCard
:id="pub.id"
:to="`/${pub.creator}/${pub.slug || pub.id}`"
/>
</v-col>
</v-row>
</template>
Expand Down

0 comments on commit 4bb2f73

Please sign in to comment.