align model switch text
This commit is contained in:
parent
306e5898f8
commit
487232c19e
@ -686,10 +686,16 @@ export function SettingsDialog() {
|
||||
<span className="sr-only">Loading...</span>
|
||||
</div>
|
||||
|
||||
{modelSwitchingTexts ? (
|
||||
<div className="flex flex-col">
|
||||
{modelSwitchingTexts.map((text, index) => (
|
||||
<div key={index}>{text}</div>
|
||||
))}
|
||||
</div>
|
||||
) : (
|
||||
<></>
|
||||
)}
|
||||
</div>
|
||||
{/* </AlertDialogDescription> */}
|
||||
</AlertDialogHeader>
|
||||
</AlertDialogContent>
|
||||
|
Loading…
Reference in New Issue
Block a user