Skip to content

Commit 03f29db

Browse files
authored
Fix incorrect SVGs (#30087)
Just the SVG fixes from #30086 for v1.21 branch.
1 parent d6b0d0e commit 03f29db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

templates/devtest/flex-list.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</div>
2626
<div class="flex-item-trailing">
2727
<button class="ui tiny red button">
28-
{{svg "octicon-warning" 14}} CJK文本测试
28+
{{svg "octicon-alert" 14}} CJK文本测试
2929
</button>
3030
<button class="ui tiny primary button">
3131
{{svg "octicon-info" 14}} Button
@@ -54,7 +54,7 @@
5454
</div>
5555
<div class="flex-item-trailing">
5656
<button class="ui tiny red button">
57-
{{svg "octicon-warning" 12}} CJK文本测试 <!-- single CJK text test, it shouldn't be horizontal -->
57+
{{svg "octicon-alert" 12}} CJK文本测试 <!-- single CJK text test, it shouldn't be horizontal -->
5858
</button>
5959
</div>
6060
</div>

templates/repo/diff/comment_form.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
)}}
2121

2222
<div class="field footer gt-mx-3">
23-
<span class="markup-info">{{svg "octicon-markup"}} {{ctx.Locale.Tr "repo.diff.comment.markdown_info"}}</span>
23+
<span class="markup-info">{{svg "octicon-markdown"}} {{ctx.Locale.Tr "repo.diff.comment.markdown_info"}}</span>
2424
<div class="gt-text-right">
2525
{{if $.reply}}
2626
<button class="ui submit primary tiny button btn-reply" type="submit">{{ctx.Locale.Tr "repo.diff.comment.reply"}}</button>

0 commit comments

Comments
 (0)