Remove brand prop

This commit is contained in:
marzban-dev
2025-03-06 18:16:17 +03:30
parent 42f53891f6
commit 2902351b9b
@@ -11,7 +11,6 @@ import { useImageColor } from "~/composables/global/useImageColor";
type Props = {
id: number,
brand: string;
title: string;
colors: string[];
price: string;
@@ -67,9 +66,9 @@ const { colorObject } = useImageColor(`#product-image-${id.value}`);
>
<div class="flex flex-col gap-2 items-start w-full">
<span class="typo-p-sm md:typo-p-md !font-medium">
{{ brand }}
</span>
<!-- <span class="typo-p-sm md:typo-p-md !font-medium">-->
<!-- {{ brand }}-->
<!-- </span>-->
<span class="typo-sub-h-md md:typo-sub-h-lg">
{{ title }}
</span>