Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Jul 28, 2023
1 parent 58918ef commit 5ab198f
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 @@ -510,6 +510,15 @@ function GensploreView({ genbankString, searchInput, setSearchInput }) {
</label>
</p>

<div className="mt-4 flex justify-end">
<button
type="button"
className="inline-flex justify-center px-4 py-2 text-sm font-medium text-gray-700 bg-gray-100 border border-transparent rounded-md hover:bg-gray-200 focus:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:ring-blue-500"
onClick={() => setConfigModalOpen(false)}
>
Close
</button>
</div>
</div>
</Dialog.Panel>
</Dialog>
Expand Down

0 comments on commit 5ab198f

Please sign in to comment.