Skip to content

Commit

Permalink
fix: adjust Get Directions component (#165)
Browse files Browse the repository at this point in the history
Remove icon from button size options

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
asanehisa and github-actions[bot] authored Nov 20, 2024
1 parent 69af3f7 commit f1943a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/puck/GetDirections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const getDirectionsFields: Fields<GetDirectionsProps> = {
{ label: "Default", value: "default" },
{ label: "Small", value: "small" },
{ label: "Large", value: "large" },
{ label: "Icon", value: "icon" },
],
},
borderRadius: {
Expand Down

0 comments on commit f1943a7

Please sign in to comment.