Skip to content

Commit

Permalink
chore: remove unused div inside login page.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjin-lee committed Sep 23, 2024
1 parent 8b42674 commit 3961282
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/features/login/LoginPage/LoginPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default function LoginPage() {

return (
<div className="w-full h-full flex flex-col items-center p-10 graph-paper">
<div className="w-full flex justify-center"></div>
{/* Main title + subtitle */}
<div className="flex flex-col justify-end items-center basis-[60%] gap-5 text-center font-mona">
<h1 className={`font-semibold text-6xl text-uoa-blue`}>
Expand Down

0 comments on commit 3961282

Please sign in to comment.