Skip to content

Commit

Permalink
add icon to copy button
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Mar 6, 2024
1 parent 7072865 commit fac9061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/VideoBots.py
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ def integration_test_config_screen(
with col2:
if test_link:
copy_to_clipboard_button(
f"Copy {Platform(bi.platform).label} Link",
f'<i class="fa-regular fa-link"></i> Copy {Platform(bi.platform).label} Link',
value=test_link,
type="secondary",
)
Expand Down

0 comments on commit fac9061

Please sign in to comment.