Skip to content

Commit e14ae00

Browse files
Hello! Mom
1 parent fff1d4c commit e14ae00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/Nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { memo } from 'react'
55
export const Nav = memo(function Nav() {
66
return (
77
<nav className={styles.nav}>
8-
<div className={styles.appName}>CyberType</div>
8+
<div className={styles.appName}>Fast Type</div>
99
<a
1010
href="https://github.com/solomonshalom/FastType"
1111
target="_blank"

pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ const Home: NextPage = () => {
6262

6363
const AppHead = (
6464
<Head>
65-
<title> cybertype </title>
65+
<title> fast type </title>
6666
<meta name="theme-color" content="#171212" />
6767
<meta
6868
name="description"
6969
content="Fast and Minimal Typing App - Improve your typing speed."
7070
/>
7171
<meta
7272
name="keywords"
73-
content="cybertype, typing app, practice typing, simple typing app, improve typing speed"
73+
content="fast type, typing app, practice typing, simple typing app, improve typing speed"
7474
/>
7575
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7676
</Head>

0 commit comments

Comments
 (0)