diff --git a/front/src/components/FstSection.tsx b/front/src/components/FstSection.tsx index 7cf827b..40afbcc 100644 --- a/front/src/components/FstSection.tsx +++ b/front/src/components/FstSection.tsx @@ -1,6 +1,5 @@ - +import Button from "./Button"; import NavBar from "./NavBar"; -import { Link } from "react-router"; export default function FstSection () { return ( @@ -32,55 +31,8 @@ export default function FstSection () { >Help us to save our oceans
- {/*
) diff --git a/front/src/components/NavBar.tsx b/front/src/components/NavBar.tsx index d868b75..a2a3fab 100644 --- a/front/src/components/NavBar.tsx +++ b/front/src/components/NavBar.tsx @@ -1,4 +1,4 @@ -import { Link } from 'react-router'; +import ClickableLink from './ClickableLink.tsx'; import RoundButton from './RoundButton.tsx'; export default function NavBar(){ @@ -8,9 +8,8 @@ export default function NavBar(){ {/* */} sailing - Home - Game - Articles + +