From 5ade60ab6f270f45674f2103682d020df70d71c2 Mon Sep 17 00:00:00 2001 From: dani-polani Date: Tue, 7 Jul 2026 02:10:31 +0300 Subject: [PATCH] chore(about): swap the demo video for the current-UI walkthrough Replace the About page demo video with rgGEb2WaNso, which shows the reworked editor interface and visual styles. Co-Authored-By: Claude Opus 4.8 (1M context) --- bitext/src/routes/about/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitext/src/routes/about/+page.svelte b/bitext/src/routes/about/+page.svelte index d8823ae..c083ea8 100644 --- a/bitext/src/routes/about/+page.svelte +++ b/bitext/src/routes/about/+page.svelte @@ -19,7 +19,7 @@ const DESCRIPTION = 'Word Aligner: multi-line word alignment, interlinear glosses and IPA, RTL scripts, word-splitting rules, per-line typography, exports (PNG, SVG, PDF, HTML), and shareable URLs — for learners, teachers, and linguists.'; - const DEMO_VIDEO_ID = '08grRGLk3ms'; + const DEMO_VIDEO_ID = 'rgGEb2WaNso'; const canonical = $derived(page.url.origin + page.url.pathname); const ogImage = $derived(`${page.url.origin}/api/og`);