mirror of
https://github.com/block-core/angor-hub-old.git
synced 2026-01-31 07:34:21 +01:00
Removed console log in PostComponent and updated badge title in defaultNavigation
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user