Derry Tutt commited on
Commit
4538f1d
1 Parent(s): dff58d2

Fix capitalization (#1012)

Browse files
Files changed (1) hide show
  1. src/routes/assistants/+page.svelte +1 -1
src/routes/assistants/+page.svelte CHANGED
@@ -136,7 +136,7 @@
136
  href={`${base}/settings/assistants/new`}
137
  class="flex items-center gap-1 whitespace-nowrap rounded-lg border bg-white py-1 pl-1.5 pr-2.5 shadow-sm hover:bg-gray-50 hover:shadow-none dark:border-gray-600 dark:bg-gray-700 dark:hover:bg-gray-700"
138
  >
139
- <CarbonAdd />Create New assistant
140
  </a>
141
  </div>
142
 
 
136
  href={`${base}/settings/assistants/new`}
137
  class="flex items-center gap-1 whitespace-nowrap rounded-lg border bg-white py-1 pl-1.5 pr-2.5 shadow-sm hover:bg-gray-50 hover:shadow-none dark:border-gray-600 dark:bg-gray-700 dark:hover:bg-gray-700"
138
  >
139
+ <CarbonAdd />Create new assistant
140
  </a>
141
  </div>
142