Skip to content
Merged

fix #222

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ class Sidebar extends Component {
}`}
onClick={() => this.handleItemSelect("liquity")}>
<img src={LiquityLogo} />
{false && <small>(Arbitrum)</small>}
{false && <small>(test)</small>}
</div>
<div
className={`product link-accesible ${
Expand All @@ -144,7 +144,7 @@ class Sidebar extends Component {
}`}
onClick={() => this.handleItemSelect("vesta")}>
<img src={VestaLogo} />
<small>Testnet</small>
<small>Arbitrum</small>
</div>
<div className="product">
<a href="https://hundred.finance" target="_blank">
Expand Down