Modified nav bar name and tab title

This commit is contained in:
Shaun Orssaud 2024-02-20 12:54:47 +09:00
parent feb7b4cad3
commit cd50aaef09
3 changed files with 3 additions and 3 deletions

View File

@ -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`.
-->
<title>React App</title>
<title>Codex Storage</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

View File

@ -35,7 +35,7 @@ export default function App() {
</Routes>
<header id="header-mobile">
<h1>Dexy</h1>
<h1>Codex Storage</h1>
</header>
</AppWrapper>
</Router>

View File

@ -12,7 +12,7 @@ import {
function NavigationRail() {
return (
<NavigationRailWrapper>
<h1>Dexy</h1>
<h1>Codex</h1>
<ul>
<NavigationItem name="Settings" icon={MdOutlineSettings} link="/settings" />
<NavigationItem name="Marketplace" icon={MdStore} link="/marketplace" />