Skip to content

Commit

Permalink
Merge pull request #2009 from IFRCGo/feature/pdf-export-icon
Browse files Browse the repository at this point in the history
Fix pdf export icon size
  • Loading branch information
samshara authored Jan 18, 2024
2 parents e13151e + c1f1c50 commit 3fed91e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def generate_url(url, export_id, selector, user, title):
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 89.652 89.654"
height="24"
width="24"
height="32"
width="32"
>
<path
d="M50.284 18.637a5.14 5.14 0 00-5.136-5.135 5.139 5.139 0 00-5.135 5.135 5.141 5.141 0 005.135 5.138 5.146 5.146 0 005.136-5.138M28.416 63.032a5.143 5.143 0 00-5.138 5.138 5.14 5.14 0 005.138 5.133 5.14 5.14 0 005.136-5.133 5.143 5.143 0 00-5.136-5.138M45.151 34.057a7.021 7.021 0 00-7.02 7.025 7.02 7.02 0 0014.04 0 7.021 7.021 0 00-7.02-7.025M61.883 63.032a5.143 5.143 0 00-5.135 5.138 5.138 5.138 0 005.135 5.133 5.14 5.14 0 005.136-5.133 5.143 5.143 0 00-5.136-5.138"
Expand Down

0 comments on commit 3fed91e

Please sign in to comment.