Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ircfspace committed Mar 2, 2024
1 parent 49f4f53 commit 99cb474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const Home: NextPage = () => {
"mx-2 h-6 w-6"
}
/>
<DocumentTextIcon
{/*<DocumentTextIcon
onClick={() => download(validIPs, "json")}
title="Download as JSON"
className={
Expand All @@ -200,7 +200,7 @@ const Home: NextPage = () => {
: "cursor-not-allowed text-gray-500 transition-colors duration-300 hover:text-gray-400 ") +
"mx-2 h-6 w-6"
}
/>
/>*/}
</div>
</div>
{ validIPs.length > 0 ? (
Expand Down

0 comments on commit 99cb474

Please sign in to comment.