Browse Source

openmeteo right-algned like other weather widgets

Michael Shamoon 2 years ago
parent
commit
49a764e864
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/index.jsx

+ 1 - 1
src/pages/index.jsx

@@ -35,7 +35,7 @@ const Version = dynamic(() => import("components/version"), {
   ssr: false,
 });
 
-const rightAlignedWidgets = ["weatherapi", "openweathermap", "weather", "search", "datetime"];
+const rightAlignedWidgets = ["weatherapi", "openweathermap", "weather", "openmeteo", "search", "datetime"];
 
 export async function getStaticProps() {
   let logger;