diff --git a/src/components/bootstrap/research/research.tsx b/src/components/bootstrap/research/research.tsx index fec68d6..a8c319b 100644 --- a/src/components/bootstrap/research/research.tsx +++ b/src/components/bootstrap/research/research.tsx @@ -152,7 +152,7 @@ export const Research = () => {
- +
diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 6260dcb..80535e6 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -9,8 +9,9 @@ import GeovistoLogo from "@site/static/img/geovisto-logo4.png"; import { Button } from "react-bootstrap"; import { Layers } from "../components/bootstrap/layers/layers"; import { Tools } from "../components/bootstrap/tools/tools"; +import { Research} from "../components/bootstrap/research/research"; + import { useEffect } from "react"; -import useBaseUrl from '@docusaurus/useBaseUrl'; /** * This file contains implementation of landing page * @@ -126,6 +127,7 @@ export const Home = () => { +