Update blog images
This commit is contained in:
@@ -10,6 +10,7 @@ type Props = {
|
||||
description: string;
|
||||
link: string;
|
||||
variant?: "sm" | "lg";
|
||||
image: string,
|
||||
}
|
||||
|
||||
// props
|
||||
@@ -45,7 +46,7 @@ const {} = toRefs(props);
|
||||
</Tag>
|
||||
|
||||
<img
|
||||
src="/img/hero-bg.jpg"
|
||||
:src="image"
|
||||
class="absolute size-full object-cover z-10"
|
||||
alt=""
|
||||
/>
|
||||
@@ -104,7 +105,7 @@ const {} = toRefs(props);
|
||||
|
||||
<img
|
||||
v-if="variant === 'lg'"
|
||||
src="/img/hero-bg.jpg"
|
||||
:src="image"
|
||||
class="absolute size-full object-cover z-10"
|
||||
alt=""
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user