Skip to content

Commit d02ec64

Browse files
committed
Update Header title
1 parent c1679bd commit d02ec64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
work correctly both with client-side routing and a non-root public URL.
2020
Learn how to configure a non-root public URL by running `npm run build`.
2121
-->
22-
<title>React App</title>
22+
<title>React Prisma Typescript Fullstack</title>
2323
</head>
2424
<body>
2525
<noscript>You need to enable JavaScript to run this app.</noscript>

frontend/src/components/layout/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const Header: React.FC<Props> = ({ isDrawerOpen, onDrawerOpen, isMobile }) => {
9999
<MenuIcon />
100100
</IconButton>
101101
<Typography variant="h6" noWrap className={classes.title}>
102-
React Prisma Typescript
102+
React Prisma Typescript Fullstack
103103
</Typography>
104104
<IconButton
105105
aria-label="More"

0 commit comments

Comments
 (0)