From 3a761f2082dd70cdd9dbd4b83ae1a108523e346a Mon Sep 17 00:00:00 2001 From: Karsten Hassel Date: Fri, 14 Jan 2022 22:54:42 +0100 Subject: [PATCH] change link color to white --- modules/default/currentweather/currentweather.js | 2 +- modules/default/weatherforecast/weatherforecast.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/default/currentweather/currentweather.js b/modules/default/currentweather/currentweather.js index 1d091dda..f7b3ffe3 100644 --- a/modules/default/currentweather/currentweather.js +++ b/modules/default/currentweather/currentweather.js @@ -21,7 +21,7 @@ Module.register("currentweather", { wrapper.innerHTML = "" + "This module is deprecated since release v2.15 and removed with v2.19." + - '
Please use the `weather` module as replacement, more info in the documentation.'; + '
Please use the `weather` module as replacement, more info in the documentation.'; wrapper.className = "dimmed light small"; return wrapper; }, diff --git a/modules/default/weatherforecast/weatherforecast.js b/modules/default/weatherforecast/weatherforecast.js index 3fa29744..54216986 100644 --- a/modules/default/weatherforecast/weatherforecast.js +++ b/modules/default/weatherforecast/weatherforecast.js @@ -21,7 +21,7 @@ Module.register("weatherforecast", { wrapper.innerHTML = "" + "This module is deprecated since release v2.15 and removed with v2.19." + - '
Please use the `weather` module as replacement, more info in the documentation.'; + '
Please use the `weather` module as replacement, more info in the documentation.'; wrapper.className = "dimmed light small"; return wrapper; },