Skip to content

Commit

Permalink
make username text smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
raad1masum committed Sep 7, 2024
1 parent baa994d commit 457f33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Signin.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const SignIn = () => {
return (
<div>
{localStorage.getItem("token") ?
<div className='inline text-xl'>
<div className='inline text-lg'>
{localStorage.getItem("name")}
<span onClick={handleSignOut}>
<FontAwesomeIcon className='ml-3 hover:text-red-500 cursor-pointer transition'
Expand Down

0 comments on commit 457f33b

Please sign in to comment.