Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Sep 6, 2023
1 parent 2213cee commit be0a728
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions taxonium_website/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ function App() {
(uploadedData &&
(uploadedData.status === "loaded" ||
uploadedData.status === "url_supplied")) ? (
<div className="w-[calc(100%-4rem)]">
<TaxoniumBit
sourceData={uploadedData}
query={query}
Expand All @@ -276,6 +277,7 @@ function App() {
overlayContent={overlayContent}
setAboutEnabled={setAboutEnabled}
/>
</div>
) : (
<div className="m-10 space-y-3">
<p className="text-lg text-gray-700 mb-5 font-bold">
Expand Down

0 comments on commit be0a728

Please sign in to comment.