File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
src/routes/settings/assistants/[assistantId] Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 10
10
import CarbonTrash from " ~icons/carbon/trash-can" ;
11
11
import CarbonCopy from " ~icons/carbon/copy-file" ;
12
12
import CarbonFlag from " ~icons/carbon/flag" ;
13
- import CarbonFollow from " ~icons/carbon/user-follow" ;
14
13
import CarbonLink from " ~icons/carbon/link" ;
15
14
import CopyToClipBoardBtn from " $lib/components/CopyToClipBoardBtn.svelte" ;
16
15
77
76
<h2 class =" text-lg font-semibold" >Direct URL</h2 >
78
77
79
78
<p class =" pb-2 text-sm text-gray-500" >
80
- {#if assistant ?.createdByMe }
81
- People with this link will be able to use your assistant.
82
- {:else }
79
+ People with this link will be able to use your assistant.
80
+ {#if ! assistant ?.createdByMe }
83
81
Created by <a
84
- class =" hover: underline"
82
+ class =" underline"
85
83
target =" _blank"
86
84
href ={" https://hf.co/" + assistant ?.createdByName }
87
85
>
88
- <CarbonFollow class =" inline" />
89
86
{assistant ?.createdByName }
90
87
</a >
91
88
{/if }
You can’t perform that action at this time.
0 commit comments