From ef20f3ca0cf571baa23f221e323f64261cfa48f5 Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Mon, 21 Aug 2023 17:25:04 +0100 Subject: [PATCH] update --- src/App.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 98478b3..2c5a4ee 100644 --- a/src/App.js +++ b/src/App.js @@ -26,6 +26,8 @@ import { useDebounce, useQueryState } from "./hooks"; import "react-toastify/dist/ReactToastify.css"; import Tooltip from "./components/Tooltip"; import { getReverseComplement, filterFeatures } from "./utils"; +// import github icon +import { FaGithub } from "react-icons/fa"; @@ -745,9 +747,10 @@ const App = () => { >
+ View code on GitHub