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,