mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
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:
commit
5a28b71af9
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue