File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<script setup lang="ts">
22import type { CSSProperties } from ' vue'
3- import { KODA_LOGO_URL } from ' @/utils/constants'
3+ // import { KODA_LOGO_URL } from '@/utils/constants'
44
55defineOptions ({
66 inheritAttrs: false ,
@@ -38,9 +38,9 @@ const cover: CSSProperties = {
3838 </div >
3939 </div >
4040
41- <img
41+ <!-- < img
4242 :src="KODA_LOGO_URL"
4343 alt="logo"
4444 class="absolute top-10 right-10 w-40"
45- />
45+ /> -->
4646</template >
Original file line number Diff line number Diff line change 11<script setup lang="ts">
22import type { CSSProperties } from ' vue'
3- import { KODA_LOGO_URL } from ' @/utils/constants'
3+ // import { KODA_LOGO_URL } from '@/utils/constants'
44
55// inherited attrs can mess up the satori parser
66defineOptions ({
@@ -55,6 +55,6 @@ const parsePrice = computed(() =>
5555 </div >
5656 </div >
5757
58- <img :src =" KODA_LOGO_URL" alt =" logo"
59- class =" absolute top-20 right-20 w-40" />
58+ <!-- < img :src="KODA_LOGO_URL" alt="logo"
59+ class="absolute top-20 right-20 w-40" /> -->
6060</template >
You can’t perform that action at this time.
0 commit comments