diff --git a/back_to_top_with_pi.libraries.yml b/back_to_top_with_pi.libraries.yml index 30d3f68f91c362dc3596ec60506d8e0099a21318..00c2cfedcae38edb68285a2272adc507f8bfff89 100755 --- a/back_to_top_with_pi.libraries.yml +++ b/back_to_top_with_pi.libraries.yml @@ -3,9 +3,9 @@ back_to_top_with_pi: css: theme: css/unicons.css: {} - css/custom.css: {} + css/back_to_top_with_pi.css: {} js: - js/custom.js: {} + js/back_to_top_with_pi.js: {} dependencies: - core/jquery diff --git a/css/custom.css b/css/back_to_top_with_pi.css similarity index 100% rename from css/custom.css rename to css/back_to_top_with_pi.css diff --git a/js/custom.js b/js/back_to_top_with_pi.js similarity index 100% rename from js/custom.js rename to js/back_to_top_with_pi.js