diff --git a/src/features/settings/components/settings-page.tsx b/src/features/settings/components/settings-page.tsx index 866f4d3..c552037 100644 --- a/src/features/settings/components/settings-page.tsx +++ b/src/features/settings/components/settings-page.tsx @@ -7,7 +7,7 @@ import { useFollows } from "@/shared/hooks/use-follows" import { usePush } from "@/shared/hooks/use-push" import { usePwaUpdate } from "@/shared/hooks/use-pwa-update" import { fetchTopics } from "@/shared/lib/aw-api" -import { BACKEND_URL, VAPID_PUBLIC_KEY } from "@/shared/lib/constants" +import { APP_VERSION, BACKEND_URL, VAPID_PUBLIC_KEY } from "@/shared/lib/constants" import { useCallback, useEffect, useState } from "react" import { type GeoResult, clearGeoCache, detectFromCoords, loadCachedResult } from "../../location/lib/geo" import { NotificationGuide } from "./notification-guide" @@ -171,35 +171,26 @@ export function SettingsPage() { - {/* --- App Update --- */} - - App-Update - - - {needRefresh ? ( - - Neue Version verfügbar - - Jetzt aktualisieren - - - ) : ( - - App ist aktuell - - {checking ? "Prüfe…" : "Prüfen"} - - - )} - - - - - {/* --- About --- */} + {/* --- Info --- */} Info + + Version + + {APP_VERSION} + {needRefresh ? ( + + Aktualisieren + + ) : ( + + {checking ? "Prüfe…" : "Prüfen"} + + )} + + Datenquelle