Skip to content

Commit

Permalink
Removed unnecessary class
Browse files Browse the repository at this point in the history
  • Loading branch information
ojvribeiro committed Sep 27, 2022
1 parent 89562d9 commit e86071e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/MyComponent.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="p-8 bg-slate-600 text-white rounded-xl w-fit max-w-full flex flex-col md:flex-row gap-6">
<Image
class="w-[400px] max-w-full aspect-square object-cover object-bottom rounded-xl"
class="w-[400px] aspect-square object-cover object-bottom rounded-xl"
src="/assets/img/sample.jpg"
/>

Expand Down

1 comment on commit e86071e

@vercel
Copy link

@vercel vercel bot commented on e86071e Sep 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vulmix – ./

vulmix-ojvribeiro.vercel.app
vulmix-git-main-ojvribeiro.vercel.app
vulmix.vercel.app

Please sign in to comment.