Skip to content

Commit

Permalink
ui: adjust font in login page
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptnull committed Dec 28, 2024
1 parent d3dab7f commit 4185d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/login/AdminLoginPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const AdminLoginPage = () => {
alt="Admin Logo"
className="w-full h-auto mb-4 rounded-3xl"
/>
<h2 className="text-2xl font-bold text-center">gokakshi</h2>
<h3 className="text-1xl text-center">The centralized security platform</h3>
<h2 className="text-2xl font-bold font-mono text-center">gokakshi</h2>
<h3 className="text-1xl font-thin text-center">The centralized security platform</h3>
<form onSubmit={handleSubmit} className="space-y-4">
<div>
<input
Expand Down

0 comments on commit 4185d22

Please sign in to comment.