Skip to content

Commit

Permalink
fix the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptnull committed Dec 28, 2024
1 parent 0d7df0f commit 46e7a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/LoginPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const LoginPage = ({ setIsAuthenticated }) => {
alt="Admin Logo"
className="w-full h-auto mb-4 rounded-3xl"
/>
<h2 className="text-2xl font-bold font-mono text-center">gokakshi</h2>
<h2 className="text-2xl font-bold font-mono text-center">gokakashi</h2>
<h3 className="text-1xl font-thin text-center">The centralized security platform</h3>
<form onSubmit={handleSubmit} className="space-y-4">
<div>
Expand Down

0 comments on commit 46e7a93

Please sign in to comment.