diff --git a/src/client/AccountPage.tsx b/src/client/AccountPage.tsx
index 34cd862..e8b7c5d 100644
--- a/src/client/AccountPage.tsx
+++ b/src/client/AccountPage.tsx
@@ -14,8 +14,8 @@ export default function Example({ user }: { user: User }) {
// const { data: relatedObjects, isLoading: isLoadingRelatedObjects } = useQuery(getRelatedObjects)
return (
-
-
+
+
Account Information
diff --git a/src/client/ChatPage.jsx b/src/client/ChatPage.jsx
index 9da35d6..7f968c8 100644
--- a/src/client/ChatPage.jsx
+++ b/src/client/ChatPage.jsx
@@ -49,7 +49,7 @@ const ConversationsList = ({ conversations }) => {
const conversationLogo = conversation.role === "user" ?
:
return (
-
+
@@ -135,7 +135,7 @@ export default function ChatPage(props) {
return (
-
diff --git a/src/client/NavBar.tsx b/src/client/NavBar.tsx
index 45985c3..042c980 100644
--- a/src/client/NavBar.tsx
+++ b/src/client/NavBar.tsx
@@ -63,28 +63,21 @@ export default function NavBar() {
- Landing Page
+ Home
- Pricing
-
-
- GPT
+ Chat
Account