Fix export arg

This commit is contained in:
Nicolas Mowen 2024-09-13 06:39:39 -06:00
parent f35cb39515
commit 78b76180bd

View File

@ -159,7 +159,7 @@ export default function ExportCard({
className="cursor-pointer rounded-md bg-gray-500 bg-gradient-to-br from-gray-400 to-gray-500" className="cursor-pointer rounded-md bg-gray-500 bg-gradient-to-br from-gray-400 to-gray-500"
onClick={() => onClick={() =>
shareOrCopy( shareOrCopy(
`${baseUrl}exports?id=${exportedRecording.id}`, `${baseUrl}export?id=${exportedRecording.id}`,
exportedRecording.name.replaceAll("_", " "), exportedRecording.name.replaceAll("_", " "),
) )
} }