Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sweepstake
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Arjun Jhukal
sweepstake
Commits
0bf0d538
Commit
0bf0d538
authored
Sep 24, 2025
by
Arjun Jhukal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resolved the hydration issue div cannot be inside of p
parent
ad93243c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
layout.tsx
src/app/(dashboard)/(user)/(privateUser)/layout.tsx
+3
-2
index.tsx
src/components/organism/Sidebar/UserSidebar/index.tsx
+2
-2
No files found.
src/app/(dashboard)/(user)/(privateUser)/layout.tsx
View file @
0bf0d538
import
Private
from
'@/routes/Private'
import
Private
from
'@/routes/Private'
import
ServerPrivate
from
'@/routes/ServerPrivate'
import
React
from
'react'
import
React
from
'react'
export
default
function
PrivateUserLayout
({
children
}:
{
children
:
React
.
ReactNode
})
{
export
default
function
PrivateUserLayout
({
children
}:
{
children
:
React
.
ReactNode
})
{
return
(
return
(
<
Private
>
<
Server
Private
>
{
children
}
{
children
}
</
Private
>
</
Server
Private
>
)
)
}
}
src/components/organism/Sidebar/UserSidebar/index.tsx
View file @
0bf0d538
...
@@ -224,10 +224,10 @@ export default function UserMenu({ open }: { open: boolean }) {
...
@@ -224,10 +224,10 @@ export default function UserMenu({ open }: { open: boolean }) {
<
SupportIcon
/>
<
SupportIcon
/>
{
open
?
<
strong
className=
'text-[14px] font-semibold opacity-80 !text-white'
>
Support
</
strong
>
:
null
}
{
open
?
<
strong
className=
'text-[14px] font-semibold opacity-80 !text-white'
>
Support
</
strong
>
:
null
}
</
button
>
</
button
>
{
open
?
<
p
className=
'mt-2 text-[11px] lg:text-[12px] text-center'
>
{
open
?
<
div
className=
'mt-2 text-[11px] lg:text-[12px] text-center'
>
<
div
className=
"w-[8px] h-[8px] bg-green-500 rounded-full inline-block"
></
div
>
<
div
className=
"w-[8px] h-[8px] bg-green-500 rounded-full inline-block"
></
div
>
<
span
className=
'opacity-70 !text-white'
>
24x7 Support available
</
span
>
<
span
className=
'opacity-70 !text-white'
>
24x7 Support available
</
span
>
</
p
>
:
null
}
</
div
>
:
null
}
</
div
>
</
div
>
</
Box
>
</
Box
>
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment