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 () => {