Skip to content

Commit

Permalink
Adds large button styling on #6 site
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed May 3, 2017
1 parent 56f6519 commit 5e75647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export const htmlButton = `
</button>`;

export const isLargeButton = () => {
const sites = /^(github.com|gist.github.com|medium.com|www.npmjs.com|developer.mozilla.org|tableless.com.br|laracasts.com)$/;
const sites = /^(github.com|gist.github.com|medium.com|www.npmjs.com|developer.mozilla.org|tableless.com.br|laracasts.com|docs.rs)$/;
return sites.exec(document.location.hostname);
}

0 comments on commit 5e75647

Please sign in to comment.