From 15c92d9ad874167b1e12d3c483ed0cd900abe5fa Mon Sep 17 00:00:00 2001 From: Launchpad Date: Wed, 3 Apr 2024 10:39:30 +0800 Subject: [PATCH] fix: footer GatewayInfo divider (#328) --- src/components/layout/footer/FooterInfo.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/layout/footer/FooterInfo.tsx b/src/components/layout/footer/FooterInfo.tsx index 5a1b284bc4..2d279131a8 100644 --- a/src/components/layout/footer/FooterInfo.tsx +++ b/src/components/layout/footer/FooterInfo.tsx @@ -206,7 +206,11 @@ const FooterBottom = async () => { )} - + {icp ? ( + + ) : ( + + )} {/* {!!lastVisitor && ( <>