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

Commit c6b4b1e

Browse files
committed
Merge branch 'hotfix-0.35.1'
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'
2 parents 0cffa90 + f7fa199 commit c6b4b1e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v0.35.1 (Feb 16, 2019)
4+
5+
**Fixes:**
6+
- Relabel CTA on landing page to 'Get Started' because it may invite more
7+
responses than 'Join Waitlist'
8+
39
## v0.35 (Feb 13, 2019)
410

511
**Enhancements:**

app/views/static/_call_to_action.slim

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
a.btn-large.primary-color.primary-color-text[
22
target='_blank'
3-
href='http://bit.ly/OpenlyWaitlist']
4-
| Join Waitlist
3+
href='https://bit.ly/GetStartedOpenly']
4+
| Get Started

spec/features/static_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
scenario 'Visiting the home page' do
55
visit '/'
66
expect(page).to have_content 'Work on documents just like you do on code.'
7-
expect(page).to have_link 'Join Waitlist'
7+
expect(page).to have_link 'Get Started'
88
end
99
end

0 commit comments

Comments
 (0)