Raj (#23)
* adds styling changes for brand consistency * reverts some prettier snafus Co-authored-by: Raj Gokal <raj@solana.com>
This commit is contained in:
@@ -11,8 +11,7 @@ function NetworkStatusButton({ onClick }: { onClick: () => void }) {
|
||||
|
||||
function Button() {
|
||||
const { status, network, name, customUrl } = useNetwork();
|
||||
const statusName =
|
||||
network !== Network.Custom ? `${name} Cluster` : `${customUrl}`;
|
||||
const statusName = network !== Network.Custom ? `${name}` : `${customUrl}`;
|
||||
|
||||
switch (status) {
|
||||
case NetworkStatus.Connected:
|
||||
|
Reference in New Issue
Block a user