From e23de97e0f699fc08fdfa13210a688d8fd356759 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Fri, 9 Feb 2024 17:42:20 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A9=20=3D>=20data?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/app/dashboard/dashboard.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/dashboard/dashboard.component.ts b/frontend/src/app/dashboard/dashboard.component.ts index ce0db77c1..1714d3d01 100644 --- a/frontend/src/app/dashboard/dashboard.component.ts +++ b/frontend/src/app/dashboard/dashboard.component.ts @@ -71,7 +71,7 @@ export class DashboardComponent implements OnInit, OnDestroy, AfterViewInit { { index: 0, name: 'All', mode: 'and', filters: [] }, { index: 1, name: 'Consolidation', mode: 'and', filters: ['consolidation'] }, { index: 2, name: 'Coinjoin', mode: 'and', filters: ['coinjoin'] }, - { index: 3, name: '💩', mode: 'or', filters: ['inscription', 'fake_pubkey', 'op_return'] }, + { index: 3, name: 'Data', mode: 'or', filters: ['inscription', 'fake_pubkey', 'op_return'] }, ]; goggleFlags = 0n; goggleMode: FilterMode = 'and';