Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/hearing/Transcriptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ const TranscriptItem = forwardRef(function TranscriptItem(
<>
<ShareLinkButton
key="copy"
text={`http://localhost:3000/hearing/${hearingId}?t=${formatTotalSeconds(
text={`http://www.mapletestimony.org/hearing/${hearingId}?t=${formatTotalSeconds(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, come to think of it, can we use one of our link formatting helpers so that this will use the correct domain for the environment (e.g. maple-dev.vercel.app for dev, mapletestimony.org for prod, localhost for local)? I think siteUrl in links would do the trick.

element.start
)}`}
className={`copy my-1 px-1 py-0`}
Expand Down