Skip to content

Commit a56a3c3

Browse files
committed
Fixes huggingface#746: format and merge
1 parent dd7415c commit a56a3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
<p class="text-sm text-gray-500 dark:text-gray-400">
6464
Model: <span class="font-semibold"> {assistant?.modelId} </span>
65-
<span class="text-gray-300 dark:text-gray-500">•</span> Created by
65+
<span class="text-gray-300 dark:text-gray-500">•</span> Created by
6666
<a class="underline" href="{base}/assistants?user={assistant?.createdByName}">
6767
{assistant?.createdByName}
6868
</a>

0 commit comments

Comments
 (0)