Skip to content

Commit

Permalink
Tweak setting page
Browse files Browse the repository at this point in the history
  • Loading branch information
wong2 committed Dec 15, 2023
1 parent 104b86d commit d750ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/SettingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ function SettingPage() {
</ChatBotSettingPanel>
<ChatBotSettingPanel title="Bing">
<div className="flex flex-row gap-5 items-center">
<p className="font-medium text-base">{t('Chat style')}</p>
<p className="font-medium">{t('Chat style')}</p>
<div className="w-[150px]">
<Select
options={BING_STYLE_OPTIONS}
Expand Down

0 comments on commit d750ae4

Please sign in to comment.