File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2020 {
2121 packages = {
2222 app2 = jsPkgs . buildNpmPackage {
23- npmDepsHash = "sha256-R+7qoYHPuUmBKnvBwjsb4arZQikBckKndQlSYH2lQ5I =" ;
23+ npmDepsHash = "sha256-LlSGZhPStl8xGhbHfQ6uXskvnK6yjL9VTY7/iUK1/Hg =" ;
2424 src = ./. ;
2525 sourceRoot = "app2" ;
2626 npmFlags = [ "--legacy-peer-deps" ] ;
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import SharpTransferIcon from "$lib/components/icons/SharpTransferIcon.svelte"
22import SharpListIcon from "$lib/components/icons/SharpListIcon.svelte"
33import SharpDashboardIcon from "$lib/components/icons/SharpDashboardIcon.svelte"
44import SharpStakeIcon from "$lib/components/icons/SharpStakeIcon.svelte"
5+ import SharpChannelsIcon from "$lib/components/icons/SharpChannelsIcon.svelte"
56import OutlineControlPointDuplicate from "$lib/components/icons/OutlineControlPointDuplicate.svelte"
67import type { Component } from "svelte"
78
@@ -42,7 +43,7 @@ export const navigation: Array<NavSection> = [
4243 {
4344 path : "/explorer" ,
4445 title : "Explorer" ,
45- icon : SharpListIcon ,
46+ icon : SharpChannelsIcon ,
4647 subroutes : [
4748 {
4849 path : "/explorer/transfers" ,
You can’t perform that action at this time.
0 commit comments