The team
Faces Behind the Magic
diff --git a/src/app/(page)/layout.tsx b/src/app/(page)/layout.tsx
index 23ad044..a888936 100644
--- a/src/app/(page)/layout.tsx
+++ b/src/app/(page)/layout.tsx
@@ -1,5 +1,6 @@
import SiteFooter from '@/components/layouts/site-footer';
import { SiteHeader } from '@/components/layouts/site-header';
+import SubstrateContextProvider from '@/context/polkadot-contex';
import type { Metadata } from 'next';
export const metadata: Metadata = {
@@ -13,10 +14,12 @@ export default function PageLayout({
children: React.ReactNode;
}>) {
return (
-
-
- {children}
-
-
+
+
+
+ {children}
+
+
+
);
}
diff --git a/src/components/icons.tsx b/src/components/icons.tsx
index 3df1fc4..c6a34d1 100644
--- a/src/components/icons.tsx
+++ b/src/components/icons.tsx
@@ -9,7 +9,8 @@ import {
Medal,
Storefront,
GearSix,
- Power
+ Power,
+ CheckCircle
} from '@phosphor-icons/react/dist/ssr';
export type IconType = keyof typeof Icons;
@@ -28,6 +29,7 @@ export const Icons = {
Storefront: Storefront,
GearSix: GearSix,
Power: Power,
+ CheckCircle: CheckCircle,
close: (props: IconProps) => (