From 784952b5b3316b1979ca35002631f11465488b0e Mon Sep 17 00:00:00 2001 From: bonilshah Date: Sun, 10 Dec 2023 13:07:18 +0530 Subject: [PATCH] typo fixed --- components/UI/Terminal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/UI/Terminal.jsx b/components/UI/Terminal.jsx index 07c11c7a..a4888033 100644 --- a/components/UI/Terminal.jsx +++ b/components/UI/Terminal.jsx @@ -25,7 +25,7 @@ const Terminal = () => { help: "Redirects you to the login page", action: isLoggedIn ? (
-

You Are Alredy Signed In

+

You Are Already Signed In

) : ( signIn