Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Lanzilotto committed Apr 18, 2024
1 parent a823ce8 commit 5b810c5
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 106 deletions.
2 changes: 1 addition & 1 deletion src/app/app-store/app-store.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
}

.app-alert>div {
background: #3ea9f5;
background: #f44336;
color: #fff;
text-align: center;
position: absolute;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class ChatbotModalComponent implements OnInit {
}

if (data && data.chatBotLimit) {
console.log('[CHATBOT-MODAL] chatBotLimit ', data.chatBotLimit)
this.logger.log('[CHATBOT-MODAL] chatBotLimit ', data.chatBotLimit)
}


Expand Down
Loading

0 comments on commit 5b810c5

Please sign in to comment.