Updating to Next.js 13 #64

Closed
DrMint wants to merge 6 commits from next13 into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 29f6f6a45c - Show all commits

View File

@ -234,7 +234,7 @@ export const Terminal = ({
}, [line]);
return (
<div className={cJoin("h-screen overflow-hidden bg-light set-theme-font-standard")}>
<div className="h-screen overflow-hidden bg-light set-theme-font-standard">
<div
ref={terminalWindowRef}
className="h-full overflow-scroll scroll-auto p-6 scrollbar-none">