Commit 208b0661 by Arjun Jhukal

minor changes

parent a122672e
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>
)
}
......@@ -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 ?
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment