Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnybunbun37204 authored Aug 19, 2024
1 parent 125963f commit ea7b8da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const LoginPage = () => {
};

// Version and deployment date
const version = "1.2.0";
const deploymentDate = "Aug 14, 2024";
const version = "1.2.1";
const deploymentDate = "Aug 19, 2024";

return (
<div className="grid h-screen w-screen md:grid-cols-5">
Expand Down

0 comments on commit ea7b8da

Please sign in to comment.