diff --git a/docs/astro/src/components/VersionBanner.astro b/docs/astro/src/components/VersionBanner.astro index 7665aedf321..bd820afda62 100644 --- a/docs/astro/src/components/VersionBanner.astro +++ b/docs/astro/src/components/VersionBanner.astro @@ -2,68 +2,79 @@ // Copyright © SixtyFPS GmbH // SPDX-License-Identifier: MIT import type { Props } from "@astrojs/starlight/props"; -import { getVersions } from "../utils/versions.ts"; - -// Define types -interface Version { +--- + + +