From 03c499d822c8719fa06415aa961ac53759b49978 Mon Sep 17 00:00:00 2001 From: ajnart Date: Sat, 11 Jun 2022 19:45:09 +0200 Subject: [PATCH] :truck: Make the weather module release (from beta) --- src/components/modules/weather/WeatherModule.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modules/weather/WeatherModule.tsx b/src/components/modules/weather/WeatherModule.tsx index b07bc7e3e..1d2a522a0 100644 --- a/src/components/modules/weather/WeatherModule.tsx +++ b/src/components/modules/weather/WeatherModule.tsx @@ -18,7 +18,7 @@ import { IModule } from '../modules'; import { WeatherResponse } from './WeatherInterface'; export const WeatherModule: IModule = { - title: 'Weather (beta)', + title: 'Weather', description: 'Look up the current weather in your location', icon: Sun, component: WeatherComponent,