From 8db2316a30b072991d43a60e590c7089c8b4f696 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Thu, 18 Jul 2024 14:36:08 +0100 Subject: [PATCH] fixed faq tab link --- src/components/Settings/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Settings/index.jsx b/src/components/Settings/index.jsx index 27f118c..643bf44 100644 --- a/src/components/Settings/index.jsx +++ b/src/components/Settings/index.jsx @@ -203,7 +203,7 @@ export default function Settings({ faq }) {
-
    +
      {tabs.map(({ name, id, title, iconName }) => (
    • tabHandler(name)} -- 2.34.1