From df543f440fedc4f3fe4521a52ed387cd749e4375 Mon Sep 17 00:00:00 2001 From: Daniel Metcalfe Date: Sun, 11 Aug 2024 21:19:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Action=20sheet=20inconsistent=20?= =?UTF-8?q?terminology?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/pages/Home.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/pages/Home.tsx b/components/pages/Home.tsx index eece466..4a9db72 100644 --- a/components/pages/Home.tsx +++ b/components/pages/Home.tsx @@ -649,9 +649,9 @@ export const Icebox = ({ limit }: { limit: number }) => { present(todo as Todo, { buttons: [ { - text: 'Move to ranked', + text: 'Move to important', data: { - action: 'ranked', + action: 'important', }, handler: async () => { db.transaction('rw', db.lists, async () => {