Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Oct 2, 2024
1 parent c26b3aa commit 0277eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/proxy/[id]/fork.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<v-card style="aspect-ratio: 4/3" rounded="lg">
<v-img :src="'https://scratch.192325.xyz/thumbnails/' + project.id" class="align-end"
lazy-src="../assets/43-lazyload.png" height="100%" gradient="to bottom, rgba(0,0,0,.1), rgba(0,0,0,.5)" cover>
lazy-src="../../../assets/43-lazyload.png" height="100%" gradient="to bottom, rgba(0,0,0,.1), rgba(0,0,0,.5)" cover>
<v-card-item>
<v-card-title>{{ project.title }} </v-card-title>
<v-card-subtitle>{{ project.description }} </v-card-subtitle>
Expand Down

0 comments on commit 0277eb9

Please sign in to comment.