Update bridge developer preview links

This commit is contained in:
itsrubberduck
2026-06-21 13:06:53 +02:00
parent d2b2a6c891
commit 22a784df5b

View File

@@ -249,20 +249,20 @@ const downloads = [
id: 'msfs2020',
title: 'Microsoft Flight Simulator 2020',
description: 'One-click installer for the current simulator with live status built in.',
status: 'In development',
status: 'Developer preview',
badgeClass: 'bg-[#F59E0B]/15 text-[#F59E0B]',
state: 'preview',
href: 'https://github.com/itsrubberduck/OpenSquawk-MSFS-Bridge/',
href: 'https://github.com/OpenSquawk/OpenSquawk-Python-Bridge',
icon: 'mdi-microsoft',
},
{
id: 'msfs2024',
title: 'Microsoft Flight Simulator 2024',
description: 'Were updating the Bridge for the new sim launch. Watch this space.',
status: 'Planned',
badgeClass: 'bg-white/10 text-white/55',
state: 'planned',
href: '#',
description: 'Developer preview for the new simulator with live status built in.',
status: 'Developer preview',
badgeClass: 'bg-[#F59E0B]/15 text-[#F59E0B]',
state: 'preview',
href: 'https://github.com/OpenSquawk/OpenSquawk-Python-Bridge',
icon: 'mdi-microsoft',
},
{