We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d782ce4 commit 8fda59eCopy full SHA for 8fda59e
renderer/pages/home.tsx
@@ -137,7 +137,7 @@ function Home({selectAlgor}) {
137
return (
138
<React.Fragment>
139
<Head>
140
- <title>Home - Nextron (with-typescript-tailwindcss)</title>
+ <title>cpuScheduler</title>
141
</Head>
142
<main
143
className={`flex min-h-screen p-12 justify-center h-min`}
renderer/pages/next.tsx
@@ -6,7 +6,7 @@ function Next() {
6
7
8
9
- <title>Next - Nextron (with-typescript-tailwindcss)</title>
10
11
<div className='grid grid-col-1 text-2xl w-full text-center'>
12
<img className='ml-auto mr-auto' src='/images/logo.png' />
0 commit comments