Skip to content

Commit

Permalink
fix: direction error of QRCode (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eve-Sama authored Aug 20, 2020
1 parent 274e21d commit b014e17
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/site/template/title.template.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<h1>{{title}}<span class="subtitle">{{subtitle}}</span>
{{start}}
<span nz-popover nzTooltipPlacement="bottom" [nzPopoverContent]="contentTemplate" class="edit-button" target="_blank">
<span
nz-popover
nzPopoverPlacement="bottom"
class="edit-button"
target="_blank"
[nzPopoverContent]="contentTemplate">
<i nz-icon nzType="qrcode"></i>
</span>
{{end}}
Expand Down

0 comments on commit b014e17

Please sign in to comment.