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
208b0661
Commit
208b0661
authored
Sep 25, 2025
by
Arjun Jhukal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes
parent
a122672e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
4 deletions
+16
-4
page.tsx
src/app/(dashboard)/(user)/(outsideAuth)/support/page.tsx
+12
-0
index.tsx
src/components/organism/Header/UserHeader/index.tsx
+2
-2
index.tsx
src/components/organism/Sidebar/UserSidebar/index.tsx
+2
-2
No files found.
src/app/(dashboard)/(user)/(outsideAuth)/support/page.tsx
0 → 100644
View file @
208b0661
import
React
from
'react'
export
default
function
Support
()
{
return
(
<
section
className=
"support__root"
>
<
div
className=
"section__title mb-8"
>
<
h1
className=
'text-[26px] lg:text-[32px] mb-2'
>
Need any Assistance?
</
h1
>
<
p
className=
'text-[11px] lg:text-[14px]'
>
Here goes the subtitle or description on the assistance need.
</
p
>
</
div
>
</
section
>
)
}
src/components/organism/Header/UserHeader/index.tsx
View file @
208b0661
...
...
@@ -14,8 +14,8 @@ import { PATH } from '@/routes/PATH'
export
default
function
UserHeader
()
{
const
isAuth
=
CheckAuth
();
return
(
<
Box
className=
'flex items-center gap-4 justify-
between
w-full'
>
<
AdminSearchBar
/>
<
Box
className=
'flex items-center gap-4 justify-
end
w-full'
>
{
/* <AdminSearchBar /> */
}
{
isAuth
?
...
...
src/components/organism/Sidebar/UserSidebar/index.tsx
View file @
208b0661
...
...
@@ -208,10 +208,10 @@ export default function UserMenu({ open }: { open: boolean }) {
</
List
>
</
div
>
<
div
className=
"support mt-4"
>
<
button
type=
"button"
className=
"ss-btn support__btn flex items-center gap-2 w-full justify-start"
>
<
Link
href=
{
"/support"
}
className=
"ss-btn support__btn flex items-center gap-2 w-full justify-start"
>
<
SupportIcon
/>
{
open
?
<
strong
className=
'text-[14px] font-semibold opacity-80 !text-white'
>
Support
</
strong
>
:
null
}
</
button
>
</
Link
>
{
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
>
<
span
className=
'opacity-70 !text-white'
>
24x7 Support available
</
span
>
...
...
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