Skip to content

Commit 744d4a0

Browse files
committed
hint
1 parent 1900083 commit 744d4a0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/routes/settings/assistants/[assistantId]/+page.svelte

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import CarbonTrash from "~icons/carbon/trash-can";
1111
import CarbonCopy from "~icons/carbon/copy-file";
1212
import CarbonFlag from "~icons/carbon/flag";
13-
import CarbonFollow from "~icons/carbon/user-follow";
1413
import CarbonLink from "~icons/carbon/link";
1514
import CopyToClipBoardBtn from "$lib/components/CopyToClipBoardBtn.svelte";
1615
@@ -77,15 +76,13 @@
7776
<h2 class="text-lg font-semibold">Direct URL</h2>
7877

7978
<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}
8381
Created by <a
84-
class=" hover:underline"
82+
class="underline"
8583
target="_blank"
8684
href={"https://hf.co/" + assistant?.createdByName}
8785
>
88-
<CarbonFollow class="inline" />
8986
{assistant?.createdByName}
9087
</a>
9188
{/if}

0 commit comments

Comments
 (0)