Skip to content
Open
Changes from 2 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
f633b5d
txt change
Dec 19, 2021
be66562
fixed terms and conditions
Dec 27, 2021
5c43dbe
fixed calim u-BPRO BIP4
Dec 27, 2021
fd77122
vesta-sidebar
Jan 18, 2022
ab8833e
static file generation for build
Jan 18, 2022
de21d3d
1.0.26
Jan 18, 2022
3d5a048
1.0.27
Jan 18, 2022
68754b0
1.0.28
Jan 18, 2022
fec674b
1.0.29
Jan 18, 2022
dad0d3d
fix
Feb 3, 2022
c6f738f
Merge branch 'feature/vesta-sidebar' into feature/side_bar_vesta
shmuel-web Feb 6, 2022
d5776dd
Merge pull request #218 from backstop-protocol/feature/side_bar_vesta
shmuel-web Feb 6, 2022
db3e3ef
Merge pull request #216 from backstop-protocol/feature/vesta-sidebar
shmuel-web Feb 6, 2022
fc09639
Merge branch 'development' into feature/hundred-link
shmuel-web Feb 6, 2022
60f9bde
Merge branch 'feature/hundred-link' into BugFix/FarmInfoClaim
shmuel-web Feb 6, 2022
3296f11
Merge pull request #214 from backstop-protocol/BugFix/FarmInfoClaim
shmuel-web Feb 6, 2022
e112f57
Merge branch 'feature/hundred-link' into BugFix/date-change
shmuel-web Feb 6, 2022
e1d203f
Merge pull request #213 from backstop-protocol/BugFix/date-change
shmuel-web Feb 6, 2022
59df94d
bugFix: maker import layout
Feb 6, 2022
c3f6412
Merge pull request #219 from backstop-protocol/feature/hundred-link
yaronvel Feb 6, 2022
483d819
bugFix: network alert
Feb 6, 2022
c90d14a
network alert fix
Feb 6, 2022
7aea960
Merge pull request #220 from backstop-protocol/BugFix/network_alert
yaronvel Feb 6, 2022
5bac3fc
fix
Feb 6, 2022
b8563b3
Merge pull request #222 from backstop-protocol/BugFix/sidebar_text_fix
yaronvel Feb 6, 2022
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