Skip to content

Commit

Permalink
fix: Css template url
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanovalentegva committed Apr 4, 2024
1 parent af199a7 commit f74df70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const DEFAULT_SECONDARY_COLOR = '#103875';
const DEFAULT_FONT_COLOR = '#212529';
const DEFAULT_LINK_COLOR = '#FFFFFF';
const CSS_FILENAME = 'style.css';
const CSS_TEMPLATE_URL = '/style-template.css';
const CSS_TEMPLATE_URL = 'style-template.css';

function download(filename, text) {
var element = document.createElement('a');
Expand Down

0 comments on commit f74df70

Please sign in to comment.