File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ try {
37
37
href ={ chatGptUrl }
38
38
target =" _blank"
39
39
rel =" noopener noreferrer"
40
- class =" flex items-center justify-start gap-1 mt-4 text-kinde-grey-900 hover:opacity-90 dark:text-white"
40
+ class ={ ` flex items-center justify-start gap-1 mt-4 text-kinde-grey-900 hover:opacity-90 dark:text-white plausible-event-name=Open+with+ChatGPT plausible-event-url=${ currentPath } ` }
41
41
>
42
42
<Icon name =" talk-1" size ={ 16 } />
43
43
<h3 class =" text-sm font-medium dark:!font-normal" >Open with ChatGPT</h3 >
44
44
</a >
45
45
46
46
<button
47
47
id =" copy-markdown-button"
48
- class =" flex items-center justify-start gap-1 mt-4 text-kinde-grey-900 hover:opacity-90 dark:text-white bg-transparent border-none cursor-pointer w-full text-left p-0"
48
+ class ={ ` flex items-center justify-start gap-1 mt-4 text-kinde-grey-900 hover:opacity-90 dark:text-white bg-transparent border-none cursor-pointer w-full text-left p-0 plausible-event-name=Copy+for+AI plausible-event-url=${ currentPath } ` }
49
49
data-markdown ={ rawMarkdown }
50
50
>
51
51
<Icon name =" sparkle" size ={ 16 } />
You can’t perform that action at this time.
0 commit comments