Commit 6fa6545c by Ravindra Kanojiya

updated

1 parent e6255e25
...@@ -72,7 +72,7 @@ const Header = () => { ...@@ -72,7 +72,7 @@ const Header = () => {
{/* {console.log(user.id)} */} {/* {console.log(user.id)} */}
{loadedUser && loadedUser.id ? ( {loadedUser && loadedUser.id ? (
<div className="top-btn"> <div className="top-btn">
<div> <div className="logout-bk">
<p>Brand Logo</p> <p>Brand Logo</p>
</div> </div>
<p>{loadedUser.phone}</p> <p>{loadedUser.phone}</p>
......
...@@ -2721,6 +2721,9 @@ footer hr { ...@@ -2721,6 +2721,9 @@ footer hr {
justify-content: space-between; justify-content: space-between;
width: 96%; width: 96%;
} }
.logout-bk{
display: none;
}
.accordion-01 .accordion-button { .accordion-01 .accordion-button {
font-size: 20px; font-size: 20px;
line-height: 28px; 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!