From dbd1cb05c66a873ef0bc371cf88b9a363686a892 Mon Sep 17 00:00:00 2001 From: mertbagt Date: Wed, 4 Feb 2026 14:00:19 -0500 Subject: [PATCH 1/2] switch url from localhost to prod --- components/hearing/Transcriptions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/hearing/Transcriptions.tsx b/components/hearing/Transcriptions.tsx index fd892aeb6..05a4b2e23 100644 --- a/components/hearing/Transcriptions.tsx +++ b/components/hearing/Transcriptions.tsx @@ -386,7 +386,7 @@ const TranscriptItem = forwardRef(function TranscriptItem( <> Date: Tue, 24 Feb 2026 19:35:54 -0500 Subject: [PATCH 2/2] modify links --- components/hearing/Transcriptions.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/components/hearing/Transcriptions.tsx b/components/hearing/Transcriptions.tsx index 05a4b2e23..d9905195e 100644 --- a/components/hearing/Transcriptions.tsx +++ b/components/hearing/Transcriptions.tsx @@ -15,6 +15,8 @@ import { } from "./hearing" import { ShareLinkButton } from "components/buttons" +import { siteUrl } from "components/links" + const ClearButton = styled(FontAwesomeIcon)` position: absolute; right: 3rem; @@ -386,9 +388,9 @@ const TranscriptItem = forwardRef(function TranscriptItem( <> setIsHovered(true)}