From b374d6d42232d56dc4ae9bdc451080dcfb832b4e Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 02:46:04 +0000 Subject: [PATCH] Refactor TranscriptViewer to use button for deep link action This change improves accessibility by replacing the anchor tag (``) used for the "Open in VLC" action with a semantic ` {/* Secondary: VLC Deep Link */} - handleDeepLink(e, seg.start)} title="Open in VLC" - style={{ textDecoration: 'none' }} + style={{ + textDecoration: 'none', + background: 'none', + border: 'none', + padding: 0, + font: 'inherit', + cursor: 'pointer' + }} > 🚀 - + ))}