Fehler Melden Knopf hinzugefügt

This commit is contained in:
nocnico
2025-07-19 00:29:39 +02:00
parent 85fdfb3bb1
commit a755e45697
3 changed files with 24 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ import { getConnectedAircraftsAPI } from "_querys/aircrafts";
import { checkSimulatorConnected } from "@repo/shared-components";
import { SimConnectionAlert } from "(app)/pilot/_components/SimConnectionAlert";
import { SettingsBoard } from "_components/left/SettingsBoard";
import { BugReport } from "_components/left/BugReport";
const Map = dynamic(() => import("_components/map/Map"), {
ssr: false,
@@ -37,6 +38,9 @@ const PilotPage = () => {
<div className="mt-2">
<Report />
</div>
<div className="mt-2">
<BugReport />
</div>
</div>
<div className="flex w-2/3 h-full">
<div className="relative flex flex-1 h-full">