From 040a06386005df7eb9b9e0381e83cef28091d8cd Mon Sep 17 00:00:00 2001 From: orfelorfel23 Date: Wed, 3 Jun 2026 12:50:16 +0200 Subject: [PATCH] Add YouTube channel link to the home page header Subtle link in the top-right of the home page header pointing at https://www.youtube.com/@AIWentNonsense. Lucide Youtube icon plus 'YouTube' label, hidden on small screens. Opens in a new tab with rel=noopener noreferrer. Sits to the left of the (conditional) 'Server offline' indicator. --- src/pages/HomePage.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index bd73be8..38d617c 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,4 +1,5 @@ import { useCallback, useEffect, useMemo, useRef, useState } from "react"; +import { Youtube } from "lucide-react"; import { InputPanel } from "../components/InputPanel"; import type { InputValues } from "../components/InputPanel"; import { @@ -311,6 +312,16 @@ export function HomePage() {
+ + + YouTube + {serverOk === false && (