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

favicon & unused import

parent 25f32dfa
No related branches found
No related tags found
Loading
......@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<link
rel="icon"
rel="icon" type="image/png" sizes="32x32"
href="https://static.igem.wiki/teams/5247/logos-team/precyse-no-slogan.ico"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
......
import { useNavigate } from "react-router-dom";
import { useState } from "react";
import { useLoading } from "./LoadingContext";
export const useNavigation = () => {
......@@ -54,7 +53,6 @@ export const useNavigation = () => {
const goToPageAndScroll = (scrollToId: string, path: string) => {
navigate(`${path}?scrollTo=${scrollToId}`);
};
......
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