chore: hide tcs in dark mode

This commit is contained in:
Marios Antonoudiou
2023-12-04 18:21:57 +02:00
parent f911bafeb4
commit e2ec7277c6

View File

@@ -1,3 +1,7 @@
<script setup lang="ts">
const colorMode = useColorMode();
</script>
<template>
<UContainer class="flex flex-col gap-5">
<div class="text-sm text-gray-500">Been working with</div>
@@ -15,7 +19,11 @@
</template>
</Company>
<Company logo="thechatshop-logo.jpg" href="https://thechatshop.com">
<Company
logo="thechatshop-logo.jpg"
href="https://thechatshop.com"
v-if="colorMode.value !== 'dark'"
>
<template v-slot:title>The Chat Shop</template>
<template v-slot:description>
AI chatbots and human-led conversation for customer engagement