mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Rename project to "Hetty"
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "gurp-admin",
|
||||
"name": "hetty-admin",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
@ -136,10 +136,7 @@ export function Layout(props: { children: React.ReactNode }): JSX.Element {
|
||||
<MenuIcon />
|
||||
</IconButton>
|
||||
<Typography variant="h5" noWrap>
|
||||
<Box component="span" mr={1} display="inline-block">
|
||||
🥥
|
||||
</Box>{" "}
|
||||
Coco
|
||||
Hetty
|
||||
</Typography>
|
||||
</Toolbar>
|
||||
</AppBar>
|
||||
|
@ -22,7 +22,7 @@ function App({ Component, pageProps }: AppProps): JSX.Element {
|
||||
return (
|
||||
<React.Fragment>
|
||||
<Head>
|
||||
<title>gurp</title>
|
||||
<title>Hetty</title>
|
||||
<meta
|
||||
name="viewport"
|
||||
content="minimum-scale=1, initial-scale=1, width=device-width"
|
||||
|
@ -3,7 +3,7 @@ import RequestList from "../components/reqlog/RequestList";
|
||||
function Index(): JSX.Element {
|
||||
return (
|
||||
<div>
|
||||
<h1>gurp</h1>
|
||||
<h1>Hetty</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user