Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Nov 9, 2024
1 parent e386d39 commit a62cac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProjectCard.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-card rounded="lg" >
<v-card rounded="lg" border>
<v-card :to="'/projects/' + info.id" style="aspect-ratio: 4/3" rounded="lg" >
<v-img
:src="'https://s4-1.wuyuan.1r.ink/scratch_slt/' + info.id"
Expand Down

0 comments on commit a62cac6

Please sign in to comment.