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>
|
<span className="sr-only">Loading...</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{modelSwitchingTexts ? (
|
||||||
|
<div className="flex flex-col">
|
||||||
{modelSwitchingTexts.map((text, index) => (
|
{modelSwitchingTexts.map((text, index) => (
|
||||||
<div key={index}>{text}</div>
|
<div key={index}>{text}</div>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
|
) : (
|
||||||
|
<></>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
{/* </AlertDialogDescription> */}
|
{/* </AlertDialogDescription> */}
|
||||||
</AlertDialogHeader>
|
</AlertDialogHeader>
|
||||||
</AlertDialogContent>
|
</AlertDialogContent>
|
||||||
|
Loading…
Reference in New Issue
Block a user