From c317202ced6e6656bb15948c3af18eb3be31a28e Mon Sep 17 00:00:00 2001 From: JayJay1024 Date: Fri, 1 Nov 2024 14:18:06 +0800 Subject: [PATCH] Fix ipfs display check --- apps/helixbox-app/src/components/footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/helixbox-app/src/components/footer.tsx b/apps/helixbox-app/src/components/footer.tsx index 6ad8ffdf..df424e59 100644 --- a/apps/helixbox-app/src/components/footer.tsx +++ b/apps/helixbox-app/src/components/footer.tsx @@ -76,7 +76,7 @@ function Links() { ), )} - {window.location.hostname !== "app.helix.box" && ( + {window.location.hostname === "app.helix.box" && (