Merge pull request #3202 from Akshay-Rana-Gujjar/feat-3076-open-new-tab-on-click-release-notes-alert-link

fix: use new tab/window for new release link
This commit is contained in:
Torsten Dittmann 2022-05-12 19:26:05 +02:00 committed by GitHub
commit 5a28b71af9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,7 @@ if(!empty($platforms)) {
<span data-ls-bind="{{alert.text}}"></span>
<span data-ls-if="undefined !== {{alert.link}}">
<a data-ls-attrs="href={{alert.link}}" data-ls-bind="{{alert.label}}" data-remove></a>
<a data-ls-attrs="href={{alert.link}}" data-ls-bind="{{alert.label}}" target="_blank" data-remove></a>
</span>
</div>
</li>