Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 14, 2023
1 parent 96b772e commit 8dc4776
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions taxonium_component/src/components/SnapshotButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const SnapshotButton = ({ svgFunction, pixelFunction, deckSize }) => {
</Dialog.Title>

<div className="mt-4">
<button
<button
onClick={() => snapshot("SVG")}
className="text-blue-600 hover:text-blue-800"
>
Expand All @@ -60,7 +60,6 @@ const SnapshotButton = ({ svgFunction, pixelFunction, deckSize }) => {
>
PNG
</button>

</div>
</div>
</div>
Expand Down

0 comments on commit 8dc4776

Please sign in to comment.