{menuItems.map(({ name, href, id, Icon }) => (
diff --git a/packages/wallet/frontend/src/pages/grant-interactions/index.tsx b/packages/wallet/frontend/src/pages/grant-interactions/index.tsx
index 10ea15645..fa7b029b5 100644
--- a/packages/wallet/frontend/src/pages/grant-interactions/index.tsx
+++ b/packages/wallet/frontend/src/pages/grant-interactions/index.tsx
@@ -11,7 +11,8 @@ import { useDialog } from '@/lib/hooks/useDialog'
import { ErrorDialog } from '@/components/dialogs/ErrorDialog'
import { useRouter } from 'next/router'
import { GrantResponse } from '@wallet/shared'
-import { THEME } from '@/utils/constants'
+import { FEATURES_ENABLED, THEME } from '@/utils/constants'
+import { Logo, LogoWallet } from '@/ui/Logo'
type GrantInteractionPageProps = InferGetServerSidePropsType<
typeof getServerSideProps
@@ -52,7 +53,12 @@ const GrantInteractionPage = ({
return isPendingGrant ? (
-
+
+ {FEATURES_ENABLED ? (
+
+ ) : (
+
+ )}