fix alamanc graphics
This commit is contained in:
		
							parent
							
								
									ae0d0ef9ec
								
							
						
					
					
						commit
						8efff1a057
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -133,7 +133,7 @@ class Almanac extends WeatherDisplay {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			fill.date = date;
 | 
								fill.date = date;
 | 
				
			||||||
			fill.type = MoonPhase.phase;
 | 
								fill.type = MoonPhase.phase;
 | 
				
			||||||
			fill.icon = { type: 'img', src: imageName(MoonPhase.Phase) };
 | 
								fill.icon = { type: 'img', src: imageName(MoonPhase.phase) };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			return this.fillTemplate('day', fill);
 | 
								return this.fillTemplate('day', fill);
 | 
				
			||||||
		});
 | 
							});
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue