diff --git a/AmayoWeb/index.html b/AmayoWeb/index.html
index b19040a..e9316d2 100644
--- a/AmayoWeb/index.html
+++ b/AmayoWeb/index.html
@@ -4,7 +4,7 @@
-
Vite App
+ Amayo
diff --git a/AmayoWeb/public/favicon.ico b/AmayoWeb/public/favicon.ico
index df36fcf..a288011 100644
Binary files a/AmayoWeb/public/favicon.ico and b/AmayoWeb/public/favicon.ico differ
diff --git a/AmayoWeb/src/components/HeroSection.vue b/AmayoWeb/src/components/HeroSection.vue
index 2de1e9a..5f679ff 100644
--- a/AmayoWeb/src/components/HeroSection.vue
+++ b/AmayoWeb/src/components/HeroSection.vue
@@ -163,7 +163,7 @@ const scrollToFeatures = () => {
}
const inviteBot = () => {
- window.open('https://discord.com/api/oauth2/authorize?client_id=YOUR_CLIENT_ID&permissions=8&scope=bot%20applications.commands', '_blank')
+ window.open('https://discord.com/oauth2/authorize?client_id=991062751633883136&permissions=2416176272&integration_type=0&scope=bot', '_blank')
}
diff --git a/AmayoWeb/src/components/IslandNavbar.vue b/AmayoWeb/src/components/IslandNavbar.vue
index 233100f..b76030e 100644
--- a/AmayoWeb/src/components/IslandNavbar.vue
+++ b/AmayoWeb/src/components/IslandNavbar.vue
@@ -328,4 +328,16 @@ onUnmounted(() => {
font-size: 0.85rem;
}
}
+
+@media (max-width: 640px) {
+ .island-navbar {
+ position: absolute;
+ top: 25px;
+ left: 50%;
+ transform: translateX(-50%);
+ z-index: 1000;
+ width: 85%;
+ max-width: 1200px;
+ }
+}