Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
ephielam committed Jul 4, 2022
1 parent b36797f commit 2c9752c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-it-up.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
var linkDev = document.createElement('link');
linkDev.type = 'text/css'
linkDev.href = 'https://git.iddkingsonline.com/designsystem-dev/css/main.css'
linkDev.rel ='stylesheet';
linkDev.rel = 'stylesheet';
linkDev.id = 'devcss';
linkDev.disabled = true;
document.head.appendChild(linkDev);
Expand Down

0 comments on commit 2c9752c

Please sign in to comment.