Skip to content

Commit

Permalink
feat: update partner
Browse files Browse the repository at this point in the history
  • Loading branch information
monster1935 committed Jun 18, 2024
1 parent 5a4cd22 commit 5c07e93
Show file tree
Hide file tree
Showing 2 changed files with 1,059 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/new-partner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
:title="item.name"
class="mr-6 mb-6"
>
<img :src="item.img" class="cursor-pointer hover:opacity-75 rounded-full w-10" :draggable="false">
<img :src="item.img" class="cursor-pointer border hover:opacity-75 rounded-full w-10 h-10" :draggable="false">
</a>
</div>
</div>
Expand All @@ -38,7 +38,7 @@
</template>

<script>
import imgs from '@/constant/partner-item-img'
import imgs from '@/constant/partner-list'
export default {
data() {
return { imgs }
Expand Down
Loading

0 comments on commit 5c07e93

Please sign in to comment.