Skip to content

Commit 8b41cf0

Browse files
committed
fix(frontend): rounded for preview card
1 parent 191e328 commit 8b41cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/HomePage/Preview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import { PREVIEW_TABS_DATA } from '@/data/PreviewTabs.data'
3232
>
3333
<img
3434
:src="tab.content"
35-
class="mx-auto h-full rounded-2xl object-cover object-left-top"
35+
class="mx-auto h-full object-cover object-left-top"
3636
alt="hero"
3737
height="3104"
3838
width="5480"

0 commit comments

Comments
 (0)