Skip to content
This repository was archived by the owner on Dec 7, 2022. It is now read-only.

Commit dd3c98d

Browse files
khoroletsRomanHotsiy
authored andcommitted
Remove target="_blank" from "Download" button
1 parent af81c33 commit dd3c98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/ApiInfo/api-info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<h1>{{info.title}} <span class="api-info-version">({{info.version}})</span></h1>
33
<p class="download-openapi" *ngIf="specUrl">
44
Download OpenAPI specification:
5-
<a class="openapi-button" [attr.download]="downloadFilename" target="_blank" [attr.href]="specUrl"> Download </a>
5+
<a class="openapi-button" [attr.download]="downloadFilename" [attr.href]="specUrl"> Download </a>
66
</p>
77
<p>
88
<!-- TODO: create separate components for contact and license ? -->

0 commit comments

Comments
 (0)