Browse Source

fix: respect case sensitivity

Timothy J. Baek 6 tháng trước cách đây
mục cha
commit
8c5206018c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/lib/components/chat/Placeholder.svelte

+ 1 - 1
src/lib/components/chat/Placeholder.svelte

@@ -138,7 +138,7 @@
 						</div>
 					</div>
 
-					<div class=" capitalize text-3xl sm:text-4xl line-clamp-1" in:fade={{ duration: 100 }}>
+					<div class=" text-3xl sm:text-4xl line-clamp-1" in:fade={{ duration: 100 }}>
 						{#if models[selectedModelIdx]?.name}
 							{models[selectedModelIdx]?.name}
 						{:else}