mirror of
https://github.com/aykhans/slash-e.git
synced 2025-12-14 04:39:20 +00:00
chore: update font family
This commit is contained in:
@@ -74,7 +74,7 @@ const SignIn: React.FC = () => {
|
||||
<div className="w-full py-4 grow flex flex-col justify-center items-center">
|
||||
<div className="flex flex-row justify-start items-center w-auto mx-auto gap-y-2 mb-4">
|
||||
<img src="/logo.png" className="w-12 h-auto mr-2 -mt-1" alt="logo" />
|
||||
<span className="text-3xl font-medium font-mono opacity-80">Slash</span>
|
||||
<span className="text-3xl opacity-80">Slash</span>
|
||||
</div>
|
||||
<form className="w-full mt-6" onSubmit={handleSigninBtnClick}>
|
||||
<div className={`flex flex-col justify-start items-start w-full ${actionBtnLoadingState.isLoading ? "opacity-80" : ""}`}>
|
||||
|
||||
Reference in New Issue
Block a user