Skip to content

Commit

Permalink
Merge pull request #190 from ledgerleapllc/staging
Browse files Browse the repository at this point in the history
Sync staging to master
  • Loading branch information
ledgerleapllc authored Jan 2, 2023
2 parents 5a055b4 + c3fa204 commit 6dfed2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions views/dashboard/votes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ const DashboardVote = () => {
{
content: Tab1,
id: 'active-votes',
title: 'Active Votes',
title: 'Active Ballots',
},
{
content: Tab2,
Expand All @@ -599,12 +599,12 @@ const DashboardVote = () => {
{
content: Tab1,
id: 'active-votes',
title: 'Active Votes',
title: 'Active Ballots',
},
{
content: Tab4,
id: 'scheduled-votes',
title: 'Scheduled Votes',
title: 'Scheduled Ballots',
},
{
content: Tab2,
Expand Down
4 changes: 1 addition & 3 deletions views/welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ const Welcome = () => {
}}
>
<p className="text-2xl lg:text-3xl text-center">
{`Welcome to the Casper ${
detectMobile.isMobile() ? '' : 'Portal'
}`}
Welcome to the Casper Portal
</p>
<p className="text-sm text-dark1 mt-4">
Dear Casper Blockchain Validator,
Expand Down

0 comments on commit 6dfed2a

Please sign in to comment.