@@ -1,7 +1,3 @@
|
||||
<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>
|
||||
@@ -19,11 +15,7 @@ const colorMode = useColorMode();
|
||||
</template>
|
||||
</Company>
|
||||
|
||||
<Company
|
||||
logo="thechatshop-logo.jpg"
|
||||
href="https://thechatshop.com"
|
||||
v-if="colorMode.value !== 'dark'"
|
||||
>
|
||||
<Company logo="thechatshop-logo.jpg" href="https://thechatshop.com">
|
||||
<template v-slot:title>The Chat Shop</template>
|
||||
<template v-slot:description>
|
||||
AI chatbots and human-led conversation for customer engagement
|
||||
|
||||
Reference in New Issue
Block a user