diff --git a/field-logic/src/components/TranscriptViewer.tsx b/field-logic/src/components/TranscriptViewer.tsx index 9929047..54d1057 100644 --- a/field-logic/src/components/TranscriptViewer.tsx +++ b/field-logic/src/components/TranscriptViewer.tsx @@ -57,14 +57,21 @@ export const TranscriptViewer: React.FC = ({ data }) => { {/* 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' + }} > 🚀 - + ))}