Skip to content

Commit

Permalink
Adds large button styling on #5 sites
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed May 3, 2017
1 parent 8b143d1 commit 56f6519
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)$/;
const sites = /^(github.com|gist.github.com|medium.com|www.npmjs.com|developer.mozilla.org|tableless.com.br|laracasts.com)$/;
return sites.exec(document.location.hostname);
}

0 comments on commit 56f6519

Please sign in to comment.