Skip to content

Commit d6cf7c1

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
fix(ui): use shared centered chip content on chat errors
1 parent 5f234a8 commit d6cf7c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎apps/sim/app/(interfaces)/chat/components/error-state/error-state.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function ChatErrorState({ error }: ChatErrorStateProps) {
1919
onClick={() => router.push(APP_ENTRY_PATH)}
2020
fullWidth
2121
type='button'
22-
className='text-center'
22+
align='center'
2323
>
2424
Open Sim
2525
</Chip>

0 commit comments

Comments
 (0)