Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Aug 21, 2023
1 parent 2adc9d1 commit ef20f3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";



Expand Down Expand Up @@ -745,9 +747,10 @@ const App = () => {
>
<div className="fixed bottom-5 text-center w-full">
<a
className="text-gray-300 hover:text-gray-500"
className="text-gray-500 hover:text-gray-700 "
href="https://github.com/theosanderson/gensplore"
>
<FaGithub className="inline mr-1.5 mb-0.5" />
View code on GitHub
</a>
</div>
Expand Down

1 comment on commit ef20f3c

@vercel
Copy link

@vercel vercel bot commented on ef20f3c Aug 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.