added support page
This commit is contained in:
@@ -107,17 +107,16 @@ const Navbar = () => {
|
||||
>
|
||||
<div className="custom-container h-6 flex justify-between items-center gap-3">
|
||||
<div
|
||||
className="p-2 flex gap-2 rounded-xl cursor-pointer"
|
||||
className="p-2 flex gap-2 rounded-xl cursor-pointer items-center"
|
||||
onClick={() => router.push('/')}
|
||||
>
|
||||
<Image
|
||||
src="/favicon.png"
|
||||
src="/logos/logo.png"
|
||||
alt="logo"
|
||||
width={40}
|
||||
height={20}
|
||||
className="w-6 h-6"
|
||||
className="w-10 h-10"
|
||||
/>
|
||||
<h3>Fias</h3>
|
||||
</div>
|
||||
<div className="w-full flex justify-end lg:hidden gap-2">
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user