mirror of
https://github.com/codex-storage/codex-frontend.git
synced 2025-02-28 18:20:46 +00:00
Modified nav bar name and tab title
This commit is contained in:
parent
feb7b4cad3
commit
cd50aaef09
@ -24,7 +24,7 @@
|
|||||||
work correctly both with client-side routing and a non-root public URL.
|
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`.
|
Learn how to configure a non-root public URL by running `npm run build`.
|
||||||
-->
|
-->
|
||||||
<title>React App</title>
|
<title>Codex Storage</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
|
@ -35,7 +35,7 @@ export default function App() {
|
|||||||
</Routes>
|
</Routes>
|
||||||
|
|
||||||
<header id="header-mobile">
|
<header id="header-mobile">
|
||||||
<h1>Dexy</h1>
|
<h1>Codex Storage</h1>
|
||||||
</header>
|
</header>
|
||||||
</AppWrapper>
|
</AppWrapper>
|
||||||
</Router>
|
</Router>
|
||||||
|
@ -12,7 +12,7 @@ import {
|
|||||||
function NavigationRail() {
|
function NavigationRail() {
|
||||||
return (
|
return (
|
||||||
<NavigationRailWrapper>
|
<NavigationRailWrapper>
|
||||||
<h1>Dexy</h1>
|
<h1>Codex</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<NavigationItem name="Settings" icon={MdOutlineSettings} link="/settings" />
|
<NavigationItem name="Settings" icon={MdOutlineSettings} link="/settings" />
|
||||||
<NavigationItem name="Marketplace" icon={MdStore} link="/marketplace" />
|
<NavigationItem name="Marketplace" icon={MdStore} link="/marketplace" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user