Skip to content

Commit

Permalink
Fix ipfs display check
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Nov 1, 2024
1 parent cb5eca0 commit c317202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/helixbox-app/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function Links() {
),
)}

{window.location.hostname !== "app.helix.box" && (
{window.location.hostname === "app.helix.box" && (
<Tooltip
contentClassName="w-72"
className="inline-flex items-center"
Expand Down

0 comments on commit c317202

Please sign in to comment.