Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request blockscout#43 from celo-org/lucasege/network-naming
Browse files Browse the repository at this point in the history
Addressing monorepo issue: blockscout#1984 by changing network name from Betane…
  • Loading branch information
lucasege committed Dec 3, 2019
2 parents d7569f6 + 1af31bc commit 9ebd645
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ $network-selector-item-icon-dimensions: 30px !default;
&-celo-integration {
background-image: url(/images/network-selector-icons/celo.svg)
}
&-celo-betanet {
&-celo-baklava {
background-image: url(/images/network-selector-icons/celo.svg)
}
&-celo {
Expand Down
4 changes: 2 additions & 2 deletions apps/block_scout_web/lib/block_scout_web/views/layout_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ defmodule BlockScoutWeb.LayoutView do
test_net?: true
},
%{
title: "Celo Betanet",
url: "https://betanet-blockscout.celo-testnet.org/",
title: "Celo Baklava",
url: "https://baklava-blockscout.celo-testnet.org/",
test_net?: true
}
]
Expand Down

0 comments on commit 9ebd645

Please sign in to comment.