🚚 Make the weather module release (from beta)

This commit is contained in:
ajnart
2022-06-11 19:45:09 +02:00
parent d631865f71
commit 03c499d822

View File

@@ -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,