We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3ff97 commit 03f921bCopy full SHA for 03f921b
src/client/components/Courses/Course/Prompt.tsx
@@ -81,7 +81,7 @@ const Prompt = ({ prompt, handleDelete, mandatoryPromptId }: { prompt: PromptTyp
81
{t('course:directPromptLink')}
82
</Link>
83
<Tooltip title={t('course:copyDirectPromptLinkInfo')} placement="right">
84
- <IconButton size="small">
+ <IconButton size="small" onClick={() => navigator.clipboard.writeText(directLink)}>
85
<ContentCopyOutlined fontSize="small" />
86
</IconButton>
87
</Tooltip>
0 commit comments