Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jay Mehta
/
zango-frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 6fa6545c
authored
2024-05-27 13:01:40 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated
1 parent
e6255e25
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
components/layout/Header.js
styles/globals.css
components/layout/Header.js
View file @
6fa6545
...
@@ -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
>
...
...
styles/globals.css
View file @
6fa6545
...
@@ -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
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment