Skip to content

Commit

Permalink
Arun: Update label, placehlder on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvelsriram committed Dec 2, 2016
1 parent 8f8a30f commit cc28175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,15 +221,15 @@ function plotForm(content) {
content.append('div')
.attr('class', 'input-sheet__form')
.append('p')
.html('<strong>Enter the URL of your <a href="https://support.google.com/docs/answer/37579" target="_blank">published</a> Google Sheet below…</strong>');
.html('<strong>Enter the URL of your <a href="https://info.thoughtworks.com/visualize-your-tech-strategy-guide.html#publish-byor-sheet" target="_blank">published</a> Google Sheet below…</strong>');

var form = content.select('.input-sheet__form').append('form')
.attr('method', 'get');

form.append('input')
.attr('type', 'text')
.attr('name', 'sheetId')
.attr('placeholder', 'e.g. https://docs.google.com/spreadsheets/d/1--_uLSNf/pubhtml');
.attr('placeholder', 'e.g. https://docs.google.com/spreadsheets/d/1waDG0_W3-yNiAaUfxcZhTKvl7AUCgXwQw8mdPjCz86U/');

form.append('button')
.attr('type', 'submit')
Expand Down

0 comments on commit cc28175

Please sign in to comment.