Skip to content

Commit

Permalink
Add QR & profile image placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
therealtimex authored Dec 17, 2024
1 parent 1492443 commit 3eed3e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/workflowai/myprofile-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@
<div class="card-content">
<div class="left-column">
<div class="profile-picture">
<img src="$profile_picture"
<img src="##$.profile_info.profile_picture##"
alt="Profile Picture" loading="lazy">
</div>
<div class="qr-code">
<img src="$profile_qr"
<img src="##$.profile_info.profile_qr##"
alt="QR Code for contact information" loading="lazy">
</div>
</div>
Expand Down

0 comments on commit 3eed3e9

Please sign in to comment.