From e5b5f58b67692cdb036135d2d9681cef8cde019e Mon Sep 17 00:00:00 2001 From: Roland <33993199+rolznz@users.noreply.github.com> Date: Fri, 5 Jul 2024 21:57:33 +0700 Subject: [PATCH] feat: rename liquidity page to node (#218) --- frontend/src/components/layouts/AppLayout.tsx | 6 +++--- frontend/src/routes.tsx | 2 +- frontend/src/screens/channels/Channels.tsx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/layouts/AppLayout.tsx b/frontend/src/components/layouts/AppLayout.tsx index 788efed1..fac4baf1 100644 --- a/frontend/src/components/layouts/AppLayout.tsx +++ b/frontend/src/components/layouts/AppLayout.tsx @@ -2,7 +2,6 @@ import { Cable, EllipsisVertical, ExternalLinkIcon, - FlaskRound, Home, Lock, Megaphone, @@ -15,6 +14,7 @@ import { Wallet, } from "lucide-react"; +import { CubeIcon } from "@radix-ui/react-icons"; import React from "react"; import { Link, @@ -142,8 +142,8 @@ export default function AppLayout() {