Commit 2c642d47 by jaymehta

.

1 parent 6fc6d6be
...@@ -133,8 +133,8 @@ const Header = () => { ...@@ -133,8 +133,8 @@ const Header = () => {
<div className="top-btn"> <div className="top-btn">
<div className="logout-bk"> <div className="logout-bk">
<p>Brand Logo</p> <p>Brand Logo</p>
</div>
<p>{loadedUser.phone}</p> <p>{loadedUser.phone}</p>
</div>
<Button <Button
onClick={async () => { onClick={async () => {
signOut({ redirect: false }); signOut({ redirect: false });
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!