Skip to content

Commit

Permalink
add gh link
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Feb 15, 2023
1 parent 53cbf86 commit 0cfe417
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,7 @@ const App = () => {
const response = await fetch(url);
const text = await response.text();
setGenbankString(text);
setLoading(false);
};

const loadFromFile = async (file) => {
Expand Down Expand Up @@ -1125,6 +1126,9 @@ onDrop={(e) => {


>
<div className="fixed bottom-5 text-center w-full">
<a className="text-gray-300 hover:text-gray-500" href="https://github.com/theosanderson/gensplore">View code on GitHub</a>
</div>


<h3 className="text-2xl mr-3 text-gray-700 ml-3 font-bold text-center mt-4 mb-4 ">
Expand Down Expand Up @@ -1170,7 +1174,12 @@ onDrop={(e) => {
</li>
</ul>
</div>

</div>
<div>

</div>

</div>

)}
Expand Down

1 comment on commit 0cfe417

@vercel
Copy link

@vercel vercel bot commented on 0cfe417 Feb 15, 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.