Skip to content

Commit

Permalink
Merge branch 'develop-main' into release/v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tienday committed Oct 17, 2023
2 parents 1d07eeb + 06110a8 commit f20aa1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/static/favicon.ico" />
<!-- <link rel="icon" href="%PUBLIC_URL%/static/favicon.ico" /> -->
<link rel="icon" href="data:,">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
Expand All @@ -23,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>OptiNiSt</title>
<title>Digital Marmoset Brain</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/PublicLayout/PublicHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import { SxProps, Theme } from '@mui/material/styles'
const PublicHeader: FC = () => {
return (
<AppBar position="fixed">
<Container>
<Container maxWidth={false}>
<Toolbar>
<PublicNavMenu displayName="PUB STUDIO" navLink="/" sx={{ fontWeight: 600, fontSize: 22, mr: 2 }} />
<PublicNavMenu displayName="Digital Marmoset Brain" navLink="/" sx={{ fontWeight: 600, fontSize: 22, mr: 2 }} />
<PublicNavMenu displayName="Console" navLink="/console" />
</Toolbar>
</Container>
Expand Down

0 comments on commit f20aa1c

Please sign in to comment.