File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 10
10
import CarbonCheckmark from " ~icons/carbon/checkmark" ;
11
11
import CarbonAdd from " ~icons/carbon/add" ;
12
12
13
+ import LicenseIcon from ' ~icons/carbon/license'
13
14
import UserIcon from " ~icons/carbon/user" ;
14
15
import { fade , fly } from " svelte/transition" ;
15
16
export let data;
76
77
{/if }
77
78
</a >
78
79
{/each }
80
+ <a
81
+ href =" {base }/settings/custom"
82
+ class =" group flex h-10 flex-none items-center gap-2 pl-3 pr-2 text-sm text-gray-500 hover:bg-gray-100 md:rounded-xl
83
+ {$page.url.pathname === `${base}/settings/custom` ? '!bg-gray-100 !text-gray-800' : ''}"
84
+ >
85
+ <LicenseIcon />
86
+ <div class =" truncate" >Custom Instructions</div >
87
+ </a >
79
88
<!-- if its huggingchat, the number of assistants owned by the user must be non-zero to show the UI -->
80
89
{#if data .enableAssistants }
81
90
<h3 bind:this ={assistantsSection } class =" pb-3 pl-3 pt-5 text-[.8rem] text-gray-800 sm:pl-1" >
You can’t perform that action at this time.
0 commit comments