Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qu8n committed Dec 13, 2023
1 parent 5e357d5 commit 5e5b0a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function Home() {

return (
<>
<Navbar maxWidthSize="xl" twTextSize="text-sm" />
<Navbar maxWidthSize="xl" />

<div className="relative flex flex-grow">
<motion.div
Expand Down
2 changes: 1 addition & 1 deletion src/pages/signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function SignIn() {
<meta property="og:title" content="PennPlanner login" key="title" />
</Head>

<Navbar maxWidthSize="xl" twHeight="h-20" twTextSize="text-sm" />
<Navbar maxWidthSize="xl" />

<div className="relative flex flex-grow flex-col items-center justify-evenly p-10 lg:flex-row">
{showPageLoading ? (
Expand Down

0 comments on commit 5e5b0a5

Please sign in to comment.