Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Nov 7, 2024
1 parent cf0b5c2 commit 2ca7331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxonium_website/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ function App() {
<Select
value={new URL(window.location.href).pathname.substring(1)}
onChange={(e) => setSelectedTree(e.target.value)}
className={"mr-4 bg-gray-50 ml-4"}
className={"mr-4 !bg-gray-50 ml-4"}
>
<option value="">Select a tree</option>
{Object.entries(treeConfig).map(([path, config]) => (
Expand Down

0 comments on commit 2ca7331

Please sign in to comment.