From 2febfa6b501902330c023dd48f593d5d34aa1067 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Mon, 7 Jul 2025 15:50:25 +0200 Subject: [PATCH] Fix landing page and add home button --- page/src/landing-page.tsx | 2 +- page/src/playground.tsx | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/page/src/landing-page.tsx b/page/src/landing-page.tsx index c3a2f117..94a75e39 100644 --- a/page/src/landing-page.tsx +++ b/page/src/landing-page.tsx @@ -109,7 +109,7 @@ export function LandingPage() {
-
+
{/* Main Headline */}

diff --git a/page/src/playground.tsx b/page/src/playground.tsx index 052ea58b..d318f6a3 100644 --- a/page/src/playground.tsx +++ b/page/src/playground.tsx @@ -15,7 +15,13 @@ import { import { Settings, loadSettings, saveSettings } from "./settings"; import { SettingsMenu } from "@/components/settings-menu"; -import { PlayFill, StopFill, GearFill, PauseFill } from "react-bootstrap-icons"; +import { + PlayFill, + StopFill, + GearFill, + PauseFill, + HouseFill, +} from "react-bootstrap-icons"; import { StatusIndicator } from "@/components/status-indicator"; import { Header } from "./Header"; @@ -214,6 +220,11 @@ export class Playground extends React.Component< />
+ + +