Skip to content

Commit

Permalink
enhancement: polish CSS and rename evm navbar items
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaalvarezd committed Jan 31, 2024
1 parent b626394 commit 28ab208
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
30 changes: 15 additions & 15 deletions client/src/app/AppUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,6 @@ export const getPages = (currentNetwork: INetwork | undefined, networks: INetwor
url: `/${network}/`,
disabled: !hasNetworks,
},
{
label: "EVM Explorer",
routes: [
{
label: "EVM Explorer",
url: "https://explorer.evm.shimmer.network/",
isExternal: true,
},
{
label: "EVM Explorer Testnet",
url: "https://explorer.evm.testnet.shimmer.network/",
isExternal: true,
},
],
},
{
label: "Visualizer",
url: `/${network}/visualizer/`,
Expand All @@ -73,6 +58,21 @@ export const getPages = (currentNetwork: INetwork | undefined, networks: INetwor
},
],
},
{
label: "EVM",
routes: [
{
label: "ShimmerEVM Explorer",
url: "https://explorer.evm.shimmer.network/",
isExternal: true,
},
{
label: "ShimmerEVM Testnet Testnet",
url: "https://explorer.evm.testnet.shimmer.network/",
isExternal: true,
},
],
},
];

return routes;
Expand Down
1 change: 1 addition & 0 deletions client/src/app/components/header/Header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ header {
color: var(--navbar-color);
font-weight: 600;
letter-spacing: 0.01em;
text-wrap: nowrap;
}

.icon {
Expand Down

0 comments on commit 28ab208

Please sign in to comment.