Skip to content

Commit

Permalink
πŸ› Action sheet inconsistent terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
homostellaris committed Aug 11, 2024
1 parent 7ddf7e5 commit df543f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit df543f4

Please sign in to comment.