diff --git a/AmayoWeb/src/assets/favicon.ico b/AmayoWeb/src/assets/favicon.ico new file mode 100644 index 0000000..a288011 Binary files /dev/null and b/AmayoWeb/src/assets/favicon.ico differ diff --git a/AmayoWeb/src/assets/logo.svg b/AmayoWeb/src/assets/logo.svg deleted file mode 100644 index 7565660..0000000 --- a/AmayoWeb/src/assets/logo.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/AmayoWeb/src/components/IslandNavbar.vue b/AmayoWeb/src/components/IslandNavbar.vue index b76030e..6ab3cd3 100644 --- a/AmayoWeb/src/components/IslandNavbar.vue +++ b/AmayoWeb/src/components/IslandNavbar.vue @@ -4,7 +4,7 @@
- Amayo Bot + Amayo Bot
{{ botName }}
@@ -58,7 +58,7 @@ import { useI18n } from 'vue-i18n' const { t, locale } = useI18n() -const botLogo = ref('https://cdn.discordapp.com/avatars/1234567890/avatar.png') // Reemplaza con el avatar real del bot +const favicon = ref('https://docs.amayo.dev/favicon.ico') // Reemplaza con el avatar real del bot const botName = ref('Amayo') const currentTheme = ref('red')