Skip to content

Commit

Permalink
Remove Open Messenger link
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Aug 18, 2024
1 parent b66e728 commit 1b840d5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions recipes/VideoBots.py
Original file line number Diff line number Diff line change
Expand Up @@ -1287,12 +1287,6 @@ def render_integrations_settings(
unsafe_allow_html=True,
new_tab=True,
)
gui.anchor(
f'<i class="fa-brands facebook-messenger"></i> Open Messenger',
str(furl("https://www.messenger.com/t/") / bi.fb_page_id),
unsafe_allow_html=True,
new_tab=True,
)
elif bi.platform == Platform.TWILIO:
gui.anchor(
'<i class="fa-regular fa-phone"></i> Start Voice Call',
Expand Down

0 comments on commit 1b840d5

Please sign in to comment.