Update frontend/src/components/upload/modals/showCompletedUploadModal.tsx

Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
pierrbt
2023-06-23 15:53:50 +02:00
committed by GitHub
parent 9be77826e9
commit e647746c93

View File

@@ -55,7 +55,7 @@ const Body = ({ share, appUrl }: { share: Share; appUrl: string }) => {
rightSection={ rightSection={
window.isSecureContext && ( window.isSecureContext && (
<ActionIcon onClick={copyLink}> <ActionIcon onClick={copyLink}>
{checkState ? <TbChecks /> : <TbCopy />} {checkState ? <TbCheck /> : <TbCopy />}
</ActionIcon> </ActionIcon>
) )
} }