more html
This commit is contained in:
parent
8ffb0e744e
commit
f26fce1e58
22 changed files with 1305 additions and 372 deletions
|
|
@ -142,6 +142,8 @@ const icons = (() => {
|
|||
};
|
||||
|
||||
const getWeatherIconFromIconLink = (link, _isNightTime) => {
|
||||
if (!link) return;
|
||||
|
||||
// internal function to add path to returned icon
|
||||
const addPath = (icon) => `images/${icon}`;
|
||||
// extract day or night if not provided
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue