Skip to content

Commit 8fda59e

Browse files
committed
change: name
1 parent d782ce4 commit 8fda59e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

renderer/pages/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function Home({selectAlgor}) {
137137
return (
138138
<React.Fragment>
139139
<Head>
140-
<title>Home - Nextron (with-typescript-tailwindcss)</title>
140+
<title>cpuScheduler</title>
141141
</Head>
142142
<main
143143
className={`flex min-h-screen p-12 justify-center h-min`}

renderer/pages/next.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function Next() {
66
return (
77
<React.Fragment>
88
<Head>
9-
<title>Next - Nextron (with-typescript-tailwindcss)</title>
9+
<title>cpuScheduler</title>
1010
</Head>
1111
<div className='grid grid-col-1 text-2xl w-full text-center'>
1212
<img className='ml-auto mr-auto' src='/images/logo.png' />

0 commit comments

Comments
 (0)