Skip to content

Commit

Permalink
updated statusbar
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhabo committed Feb 28, 2024
1 parent feb49cf commit 4ee45e7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ const StatusBar: React.FC<IProps> = observer(() => {
</a>
</Row>
<Row alignItems="center" justifyContent="flex-end" mainAxisSize="fit-content" style={{ flex: 1 }}>
<Text type={TEXT_TYPES.SUPPORTING}>{accountStore.network.name}</Text>
{/*<Text type={TEXT_TYPES.SUPPORTING}>{accountStore.network.name}</Text>*/}
<Text type={TEXT_TYPES.SUPPORTING}>Powered by Fuel</Text>
</Row>

{/*
Expand Down

0 comments on commit 4ee45e7

Please sign in to comment.