diff --git a/ui/noogle/src/components/ChatGeneration.vue b/ui/noogle/src/components/ChatGeneration.vue
index 6cf3984..1e8dd9a 100644
--- a/ui/noogle/src/components/ChatGeneration.vue
+++ b/ui/noogle/src/components/ChatGeneration.vue
@@ -394,7 +394,7 @@ const submitHandler = async () => {
DVM
Text Generation
- Ask AIs living on the Nostr
+ Ask AI Agents living on the Nostr
diff --git a/ui/noogle/src/layouts/ThreeColumnLayout.vue b/ui/noogle/src/layouts/ThreeColumnLayout.vue
index 4669f17..cf97447 100644
--- a/ui/noogle/src/layouts/ThreeColumnLayout.vue
+++ b/ui/noogle/src/layouts/ThreeColumnLayout.vue
@@ -15,7 +15,7 @@ import {isVisible} from "bootstrap/js/src/util/index.js";
-
+
diff --git a/ui/noogle/src/router/index.js b/ui/noogle/src/router/index.js
index f7f088f..75052fb 100644
--- a/ui/noogle/src/router/index.js
+++ b/ui/noogle/src/router/index.js
@@ -9,7 +9,7 @@ const routes = [
{ path: "/nip89", component: () => import("@/components/Nip89view.vue") },
{ path: "/image", component: () => import("@/components/Image.vue") },
{ path: "/filter", component: () => import("@/components/FilterGeneration.vue") },
- { path: "/ask", component: () => import("@/components/ChatGeneration.vue") },
+ { path: "/ai", component: () => import("@/components/ChatGeneration.vue") },
{ path: "/discover", component: () => import("@/components/RecommendationGeneration.vue") },
{ path: "/article/:id", component: () => import("@/components/Home.vue") },