From 4e40ecdf0e653f3bce0d000c24d38394ac9fd0b6 Mon Sep 17 00:00:00 2001 From: Kamil Pyszkowski Date: Thu, 18 Apr 2024 19:26:55 +0200 Subject: [PATCH] Make landing page container fixed --- dapp/src/pages/LandingPage/index.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dapp/src/pages/LandingPage/index.tsx b/dapp/src/pages/LandingPage/index.tsx index 34c8c08cb..897cc7df1 100644 --- a/dapp/src/pages/LandingPage/index.tsx +++ b/dapp/src/pages/LandingPage/index.tsx @@ -3,7 +3,14 @@ import { Flex } from "@chakra-ui/react" export default function LandingPage() { return ( - + Content )