Update blog images

This commit is contained in:
marzban-dev
2025-01-29 03:40:44 +03:30
parent 4eab5a2010
commit d727ae8d4f
6 changed files with 7 additions and 2 deletions
+3 -2
View File
@@ -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=""
/>