From 3a57f38501647083ea3343ead9760429ff358816 Mon Sep 17 00:00:00 2001 From: Harshpreet Singh Johar Date: Mon, 22 Jan 2024 14:39:02 +0530 Subject: [PATCH] hot fix : allow http traffic --- components/layout/DashboardLayout.tsx | 43 +++++++++++++++++++++++++++ components/layout/PageLayout.tsx | 2 ++ 2 files changed, 45 insertions(+) diff --git a/components/layout/DashboardLayout.tsx b/components/layout/DashboardLayout.tsx index 9fc707e01..47084d429 100644 --- a/components/layout/DashboardLayout.tsx +++ b/components/layout/DashboardLayout.tsx @@ -5,6 +5,7 @@ import Banner from "../banner/Banner"; import { Sidebar } from "../dashboard/Sidebar"; import NoSSRWrapper from "../common/NoSSRWrapper"; import Script from "next/script"; +import { Common } from "../../constants/common"; type Props = { title: string; @@ -19,6 +20,48 @@ function DashboardLayout({ title, children, description, heading }: Props) { {title} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {/* TODO : Verification pending */} +