Skip to content

Commit

Permalink
fix: footer GatewayInfo divider (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp-studio authored Apr 3, 2024
1 parent 38e32cd commit 15c92d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/layout/footer/FooterInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,11 @@ const FooterBottom = async () => {
</>
)}

<Divider className="inline" />
{icp ? (
<Divider className="inline" />
) : (
<Divider className="hidden md:inline" />
)}
<GatewayInfo />
{/* {!!lastVisitor && (
<>
Expand Down

0 comments on commit 15c92d9

Please sign in to comment.