Removed console log in PostComponent and updated badge title in defaultNavigation

This commit is contained in:
Milad Raeisi
2024-11-16 20:38:31 +04:00
parent 6bcd499894
commit 117706e3a7
2 changed files with 1 additions and 4 deletions

View File

@@ -120,9 +120,6 @@ export class PostComponent implements OnInit, OnDestroy {
}
private onItemChange() {
// Function to call when item is set
console.log('Item has been changed:', this._item);
if (this._item.content) {
this.tokens.set(this.parseContent.parseContent(this._item.content));
} else {

View File

@@ -30,7 +30,7 @@ export const defaultNavigation: AngorNavigationItem[] = [
icon: 'heroicons_outline:chat-bubble-left-right',
link: '/chat',
badge: {
title: '27',
title: '0',
classes: 'px-2 bg-[#086c81] text-white rounded-full',
},
},