Skip to content

Commit

Permalink
research fix
Browse files Browse the repository at this point in the history
  • Loading branch information
avi278 committed May 3, 2024
1 parent 730a24c commit f58d128
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/bootstrap/research/research.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const Research = () => {
</div>
<div className="community-button w-100 p-3 pb-lg-5 lead">
<Link to="/research" className="ps-lg-3">
<Button variant="default">Go to Community</Button>
<Button variant="default">Go to Research</Button>
</Link>
</div>
<div className="slider__container">
Expand Down
4 changes: 3 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down Expand Up @@ -126,6 +127,7 @@ export const Home = () => {

<Tools/>
<Layers/>
<Research/>



Expand Down

0 comments on commit f58d128

Please sign in to comment.