Skip to content

Commit

Permalink
馃敤Tidy CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
awtkns committed Nov 1, 2023
1 parent 44f043e commit 474ad5a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions next/src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import clsx from "clsx";
import { type GetStaticProps, type NextPage } from "next";
import { useTranslation } from "next-i18next";
import { serverSideTranslations } from "next-i18next/serverSideTranslations";
Expand Down Expand Up @@ -149,9 +148,7 @@ const Home: NextPage = () => {
<div id="content" className="flex min-h-screen w-full items-center justify-center">
<div
id="layout"
className={clsx(
"relative flex h-screen w-full max-w-screen-md flex-col items-center justify-center gap-5 p-2 py-10 sm:gap-3 sm:p-4"
)}
className="relative flex h-screen w-full max-w-screen-md flex-col items-center justify-center gap-5 p-2 py-10 sm:gap-3 sm:p-4"
>
{agent !== null ? (
<Chat
Expand Down

0 comments on commit 474ad5a

Please sign in to comment.