Skip to content

Commit

Permalink
🔨 Fix inline icons
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount committed Feb 6, 2025
1 parent 2a47a17 commit 93b9501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/appointment/controller/mailer.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ def html(self):
duration=self.duration,
# Image cids
tbpro_logo_cid=self._attachments()[0].filename,
calendar_icon_cid=self._attachments()[1].filename,
clock_icon_cid=self._attachments()[2].filename,
calendar_icon_cid=self._attachments()[2].filename,
clock_icon_cid=self._attachments()[3].filename,
)


Expand Down

0 comments on commit 93b9501

Please sign in to comment.