Skip to content

Commit

Permalink
another css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ademartini committed Jan 29, 2020
1 parent 4c9342e commit efb3736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stylesheet.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const version = require('../package.json').version;

const CDN_BASE = 'https://cdn.auth0.com/extensions/auth0-account-link-extension';
const CDN_BASE = 'https://cdn.auth0.com/extensions/auth0-account-link/assets';
const LOCAL_BASE = '/css';

const getBase = useCDN => (useCDN ? CDN_BASE : LOCAL_BASE);
Expand Down

0 comments on commit efb3736

Please sign in to comment.