File tree 3 files changed +3
-3
lines changed
src/webchat-ui/components
presentational/chat-options
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- dist
1
+ dist / ** / * .js
2
2
node_modules
3
3
coverage
4
4
alias
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const StyledDialog = styled.dialog`
24
24
border: none;
25
25
border-radius: 16px;
26
26
background-color: ${ ( { theme } ) => theme . white } ;
27
- margin: 20px auto ;
27
+ margin: 20px;
28
28
z-index: 99999;
29
29
30
30
&.fade-enter {
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ const DeleteConversation = (props: DeleteConversationProps) => {
94
94
>
95
95
< Typography variant = "body-regular" className = "webchat-delete-conversation-text" >
96
96
{ config . settings . customTranslations ?. delete_conversation_confirmation ??
97
- "Are you sure you want to delete this conversation? This action cannot be undone" }
97
+ "Are you sure you want to delete this conversation? This action cannot be undone. " }
98
98
</ Typography >
99
99
</ DeleteConfirmModal >
100
100
</ >
You can’t perform that action at this time.
0 commit comments