Skip to content

Commit

Permalink
fix: btn style issue in alert
Browse files Browse the repository at this point in the history
  • Loading branch information
tblivet committed Aug 28, 2024
1 parent 18482f5 commit 2084e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/templates/block/postUpdateChecklistBlock.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
{{ 'Before continuing with your tasks, please review the following checklist to ensure smooth operation after recent updates'|trans({}) }}
</div>
<div style="margin-left: auto">
<a class="btn btn-primary" target="_blank" href="https://devdocs.prestashop-project.org/8/basics/keeping-up-to-date/upgrade-module/post-update-checklist/">
<button class="btn btn-primary" onclick="window.open('https://devdocs.prestashop-project.org/8/basics/keeping-up-to-date/upgrade-module/post-update-checklist/', '_blank');">
<i class="material-icons" style="font-size: 18px; margin-right: 4px;">
launch
</i>
{{ 'Open developer documentation'|trans({}) }}
</a>
</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 2084e99

Please sign in to comment.