From cd50aaef0941e8e0f3de182489ed1dbd6ce2b9db Mon Sep 17 00:00:00 2001 From: Shaun Orssaud Date: Tue, 20 Feb 2024 12:54:47 +0900 Subject: [PATCH] Modified nav bar name and tab title --- frontend/public/index.html | 2 +- frontend/src/App.tsx | 2 +- frontend/src/components/layout/partials/NavigationRail.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index aa069f2..0d04deb 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + Codex Storage diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 8ae2200..a4c3c5b 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -35,7 +35,7 @@ export default function App() {
-

Dexy

+

Codex Storage

diff --git a/frontend/src/components/layout/partials/NavigationRail.tsx b/frontend/src/components/layout/partials/NavigationRail.tsx index ad45c10..5f5ac6d 100644 --- a/frontend/src/components/layout/partials/NavigationRail.tsx +++ b/frontend/src/components/layout/partials/NavigationRail.tsx @@ -12,7 +12,7 @@ import { function NavigationRail() { return ( -

Dexy

+

Codex