Commit 6fa6545c by Ravindra Kanojiya

updated

1 parent e6255e25
......@@ -72,7 +72,7 @@ const Header = () => {
{/* {console.log(user.id)} */}
{loadedUser && loadedUser.id ? (
<div className="top-btn">
<div>
<div className="logout-bk">
<p>Brand Logo</p>
</div>
<p>{loadedUser.phone}</p>
......
......@@ -2721,6 +2721,9 @@ footer hr {
justify-content: space-between;
width: 96%;
}
.logout-bk{
display: none;
}
.accordion-01 .accordion-button {
font-size: 20px;
line-height: 28px;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!