Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpareles committed Feb 6, 2025
1 parent 902b460 commit a1ab094
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ export const SidebarChat = () => {
showDismiss={true}
/>

<WarningBox className='text-sm my-2 px-4' onClick={() => { commandService.executeCommand(VOID_OPEN_SETTINGS_ACTION_ID) }} text='Open settings' />
<WarningBox className='text-sm my-2 mx-4' onClick={() => { commandService.executeCommand(VOID_OPEN_SETTINGS_ACTION_ID) }} text='Open settings' />
</div>
}
</ScrollToBottomContainer>
Expand Down

0 comments on commit a1ab094

Please sign in to comment.