Skip to content

Commit

Permalink
emoji update
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Nov 7, 2023
1 parent 33fe11a commit bc45093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/QRCodeGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@

class QrSources(Enum):
qr_code_data = "πŸ”— URL or Text"
qr_code_vcard = "πŸ‘©β€πŸ¦° Contact Info"
qr_code_vcard = "πŸ“‡ Contact Card"
qr_code_file = "πŸ“„ Upload File"
qr_code_input_image = "πŸ“· Existing QR Code"
qr_code_input_image = "🏁 Existing QR Code"


class QRCodeGeneratorPage(BasePage):
Expand Down

0 comments on commit bc45093

Please sign in to comment.