Skip to content

Commit

Permalink
fix: Change in image order
Browse files Browse the repository at this point in the history
  • Loading branch information
RahatAli authored and RahatAli committed Jan 19, 2024
1 parent 5939e45 commit da84ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/templates/certificates/_accomplishment-rendering.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<div class="certificate-wrapper">
<div class="certificate-header">
<div class="certificate-header-col">
<img src="./../../static/images/main.svg" width="132" alt="SDAIA Academy Main">
<img src="./../../static/images/SDAIA-Academy-logo.svg" class="sdaia-academy-logo" width="195" alt="SDAIA Academy Logo">
<img src="./../../static/images/main.svg" width="132" alt="SDAIA Academy Main">
</div>
<div class="certificate-header-col">
<img src="./../../static/images/SDAIA-logo.svg" width="158" alt="SDAIA Logo">
Expand Down

0 comments on commit da84ee6

Please sign in to comment.