Skip to content

Commit 4070498

Browse files
committed
Change css landing version for minified version
1 parent a30825b commit 4070498

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

landing/templates/getting-started.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
h2#from-cdn From CDN
1414
p Using our CDN is the simplest solution. Just add the following line in your project's HTML head and you are done.
1515
pre.hl
16-
- var code = '<link href="https://cdn.auth0.com/styleguide/' + version + '/index.css" rel="stylesheet" />';
16+
- var code = '<link href="https://cdn.auth0.com/styleguide/' + version + '/index.min.css" rel="stylesheet" />';
1717
code.html=code
1818

1919
section

0 commit comments

Comments
 (0)