Skip to content

Commit d685807

Browse files
authored
chore: hide logo (#354)
1 parent c817bb2 commit d685807

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

ogi/components/OgImage/drops.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
import type { CSSProperties } from 'vue'
3-
import { KODA_LOGO_URL } from '@/utils/constants'
3+
// import { KODA_LOGO_URL } from '@/utils/constants'
44
55
defineOptions({
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>

ogi/components/OgImage/gallery.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup lang="ts">
22
import 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
66
defineOptions({
@@ -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>

0 commit comments

Comments
 (0)