File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 " />
5
5
< link rel ="icon " type ="image/svg+xml " href ="/logo.svg " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
- < title > WA Tutorial</ title >
7
+ < title > Wa Tutorial</ title >
8
8
< script src ="/wasm-exec.js "> </ script >
9
9
< script src ="/wa-app.js "> </ script >
10
10
</ head >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export function Header() {
6
6
return (
7
7
< header className = "h-14 border-b flex items-center px-6 flex-shrink-0" >
8
8
< Logo className = "w-6 h-6 mr-2" />
9
- < h1 className = "text-lg font-semibold mr-auto" > WA Tutorial</ h1 >
9
+ < h1 className = "text-lg font-semibold mr-auto" > Wa Tutorial</ h1 >
10
10
< LangToggle />
11
11
< ModeToggle />
12
12
</ header >
You can’t perform that action at this time.
0 commit comments