mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-19 12:09:15 +00:00
docs(bot): 📝 updated HOME
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { component$ } from '@builder.io/qwik'
|
||||
|
||||
// @ts-ignore
|
||||
import logoSrc from '~/assets/images/logo.png?width=64&height=64&png'
|
||||
import logoSrc from '~/assets/images/chatbot-whatsapp.png?width=64&height=64&png'
|
||||
|
||||
export default component$(() => (
|
||||
<span class="self-center ml-2 text-2xl md:text-xl font-bold text-gray-900 whitespace-nowrap dark:text-white flex items-center">
|
||||
@@ -13,6 +13,6 @@ export default component$(() => (
|
||||
alt="Qwind Logo"
|
||||
loading="lazy"
|
||||
/>
|
||||
Qwind
|
||||
Chatbot
|
||||
</span>
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user