Skip to content

Commit

Permalink
Merge pull request #471 from ethereum/ux-feedback
Browse files Browse the repository at this point in the history
Update copy & links
  • Loading branch information
samajammin authored Dec 13, 2021
2 parents d1618b8 + 041eabd commit 371de09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
3 changes: 2 additions & 1 deletion vue-app/src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
>
Manage Recipients
</a>
<div class="help-dropdown" v-if="inApp">
<div class="help-dropdown">
<img
@click="toggleHelpDropdown()"
class="dropdown-btn"
Expand Down Expand Up @@ -55,6 +55,7 @@ export default class NavBar extends Vue {
showHelpDowndown = false
profileImageUrl: string | null = null
dropdownItems: { to?: string; text: string; emoji: string }[] = [
{ to: '/', text: 'Home', emoji: '🏠' },
{ to: '/about', text: 'About', emoji: 'ℹ️' },
{ to: '/about/how-it-works', text: 'How it works', emoji: '⚙️' },
{ to: '/about/maci', text: 'Bribery protection', emoji: '🤑' },
Expand Down
16 changes: 4 additions & 12 deletions vue-app/src/views/Landing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Every project you contribute to gets a portion of extra funding.
</div>
<div class="btn-group">
<links to="/projects" class="btn-action">Go to app</links>
<links to="/projects" class="btn-action">Get started</links>
<div class="btn-white" @click="scrollToHowItWorks">
How it works
</div>
Expand All @@ -34,9 +34,7 @@
anything related to public goods, you can join in.
</p>
<div class="button-group">
<links to="/join" class="btn-primary w100">{{
joinButtonText
}}</links>
<links to="/join" class="btn-primary w100">Add project</links>
<div v-if="signUpDeadline">
<time-left unitClass="none" :date="signUpDeadline" />
to join
Expand Down Expand Up @@ -109,8 +107,8 @@
<b>BrightID for private, decentralized identity verification</b>
</p>
</div>
<links to="https://brightid.org" class="btn-primary"
>Download BrightID</links
<links to="/about/sybil-resistance" class="btn-primary"
>Set up BrightID</links
>
</div>
</div>
Expand Down Expand Up @@ -204,12 +202,6 @@ export default class Landing extends Vue {
return this.$store.state.currentRound?.signUpDeadline
}
get joinButtonText(): string {
return this.$store.getters.isRoundContributionPhase
? 'Join Round'
: 'Join Next Round'
}
get operator(): string {
return operator
}
Expand Down
6 changes: 3 additions & 3 deletions vue-app/src/views/Verify.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@
address.
</p>
<p>
Once the app is linked in your BrightID app, wait a few moments
for us to verify the connection. We'll automatically transition
you to the next step.
Once this app is linked in your BrightID app, we'll automatically
transition you to the next step. It may take a minute for us to
verify the connection - please wait.
</p>
<div class="qr">
<div class="instructions">
Expand Down

0 comments on commit 371de09

Please sign in to comment.