瀏覽代碼

openmeteo right-algned like other weather widgets

Michael Shamoon 2 年之前
父節點
當前提交
49a764e864
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;