Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
Fixed broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
jso8910 committed Apr 17, 2022
1 parent 0549f4c commit 9929afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Home() {
</Card>
<Card
style={{ maxWidth: "200px" }}
onClick={() => (location.href = "remaining")}
onClick={() => (location.href = "search")}
>
<p style={{ padding: "20px" }}>
Pixel Search <br /> Find all pixels placed in an area between two
Expand Down

0 comments on commit 9929afd

Please sign in to comment.