attempt to fix #3

This commit is contained in:
VityaSchel
2023-10-02 21:50:41 +04:00
parent 4f93a851a7
commit cd22cb31d7
2 changed files with 2 additions and 6 deletions

View File

@@ -19,12 +19,6 @@ export default function HomePage(props: PageProps) {
return (
<>
<Head>
<title>Расписание {groupName} в Колледже Связи</title>
<meta name="description" content={`Расписание группы ${groupName} на неделю. Самый удобный и лучший сайт для просмотра расписания КС ПГУТИ.`} />
{/* <meta name="keywords" content="ПГУТИ, КС ПГУТИ" />
<meta name="author" content="Viktor Shchelochkov" /> */}
</Head>
<NavBar />
<LastUpdateAt date={parsedAt} />
<Schedule days={schedule} />