Skip to content

Commit

Permalink
fix(canary): add pressure-phone widget on WidgetActions
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos committed Nov 7, 2023
1 parent 6172b7d commit 2783846
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const labels: Record<string, { title: string; count: string }> = {
form: { title: "Formulário", count: "envios" },
donation: { title: "Doação", count: "doações" },
phone: { title: "Telefone", count: "pressões" },
"pressure-phone": { title: "Telefone", count: "pressões" },
plip: { title: "PLIP", count: "formulários" },
};

Expand Down

0 comments on commit 2783846

Please sign in to comment.