Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Merge branch 'hotfix-0.35.1'
Browse files Browse the repository at this point in the history
Hotfix v0.35.1: Relabel CTA on landing page

**Fixes:**
- Relabel CTA on landing page to 'Get Started' because it may invite
  more responses than 'Join Waitlist'
  • Loading branch information
FinnWoelm committed Feb 16, 2019
2 parents 0cffa90 + f7fa199 commit c6b4b1e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v0.35.1 (Feb 16, 2019)

**Fixes:**
- Relabel CTA on landing page to 'Get Started' because it may invite more
responses than 'Join Waitlist'

## v0.35 (Feb 13, 2019)

**Enhancements:**
Expand Down
4 changes: 2 additions & 2 deletions app/views/static/_call_to_action.slim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
a.btn-large.primary-color.primary-color-text[
target='_blank'
href='http://bit.ly/OpenlyWaitlist']
| Join Waitlist
href='https://bit.ly/GetStartedOpenly']
| Get Started
2 changes: 1 addition & 1 deletion spec/features/static_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
scenario 'Visiting the home page' do
visit '/'
expect(page).to have_content 'Work on documents just like you do on code.'
expect(page).to have_link 'Join Waitlist'
expect(page).to have_link 'Get Started'
end
end

0 comments on commit c6b4b1e

Please sign in to comment.