Skip to content

Commit

Permalink
Add Waze to icon settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-glo committed Jun 14, 2024
1 parent 497b3c7 commit 87df909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/conversion-center/base/widget-link-in-bio-base.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ public static function get_configuration() {
Social_Network_Provider::MESSENGER,
Social_Network_Provider::WAZE,
Social_Network_Provider::WHATSAPP,

],
'limit' => 5,
'limit' => 6,
],
'default' => [
[
Expand Down Expand Up @@ -594,6 +593,7 @@ protected function add_icons_controls(): void {
Social_Network_Provider::SPOTIFY,
Social_Network_Provider::SOUNDCLOUD,
Social_Network_Provider::VIMEO,
Social_Network_Provider::WAZE,
]
),
],
Expand Down

0 comments on commit 87df909

Please sign in to comment.