side menu

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-28 20:25:10 -04:00
parent 775607b619
commit 30f3662772
4 changed files with 87 additions and 61 deletions
+21
View File
@@ -40,6 +40,10 @@ export default function Settings() {
},
{
id: 7,
name: "privacy",
},
{
id: 8,
name: "terms",
},
];
@@ -191,6 +195,23 @@ export default function Settings() {
<p className="text-18 tracking-wide">FAQ</p>
</div>
</li>
<li
onClick={() => tabHandler("terms")}
className={`flex lg:space-x-4 space-x-2 hover:text-purple transition-all duration-300 ease-in-out items-center cursor-pointer lg:mb-11 mb-2 mr-6 lg:mr-0 float-left lg:float-none overflow-hidden ${
tab === "privacy"
? "text-purple"
: " text-thin-light-gray"
}`}
>
<div>
<Icons name="page-right" />
</div>
<div>
<p className="text-18 tracking-wide">
Privacy Policy
</p>
</div>
</li>
<li
onClick={() => tabHandler("terms")}
className={`flex lg:space-x-4 space-x-2 hover:text-purple transition-all duration-300 ease-in-out items-center cursor-pointer lg:mb-11 mb-2 mr-6 lg:mr-0 float-left lg:float-none overflow-hidden ${