Skip to content
Snippets Groups Projects
Commit d41508d1 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

Home

parent 98680366
No related branches found
No related tags found
No related merge requests found
...@@ -11,13 +11,13 @@ import { useNavigation } from "../utils"; ...@@ -11,13 +11,13 @@ import { useNavigation } from "../utils";
export function Home() { export function Home() {
useTabNavigation(); useTabNavigation();
const {goToPageAndScroll} = useNavigation(); const {goToPageAndScroll} = useNavigation();
/* https://static.igem.wiki/teams/5247/photos/header/bild.webp */ /* */
return ( return (
<> <>
<div className="col"> <div className="col">
<div className="col header-container landing-page-header" id="landing-page-header"> <div className="col header-container landing-page-header" id="landing-page-header">
<div className="row align-items-center"> <div className="row align-items-center">
<img src="https://static.igem.wiki/teams/5247/photos/header/bild.webp" />
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment