aboutsummaryrefslogtreecommitdiffstats
path: root/templates/devtest
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2024-03-26 01:10:24 +0100
committerGitHub <noreply@github.com>2024-03-26 00:10:24 +0000
commit03f29db46dbaa4cacca875cfe6b1c0b012a93406 (patch)
treee9dd79e5c8dad162dbb49e49a2f18b8374d0b076 /templates/devtest
parentd6b0d0e9c0108f1c6c84a2b14020b2529e5329b2 (diff)
downloadgitea-03f29db46dbaa4cacca875cfe6b1c0b012a93406.tar.gz
gitea-03f29db46dbaa4cacca875cfe6b1c0b012a93406.zip
Fix incorrect SVGs (#30087)
Just the SVG fixes from https://github.com/go-gitea/gitea/pull/30086 for v1.21 branch.
Diffstat (limited to 'templates/devtest')
-rw-r--r--templates/devtest/flex-list.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/devtest/flex-list.tmpl b/templates/devtest/flex-list.tmpl
index c8584c110b..3c6256a59c 100644
--- a/templates/devtest/flex-list.tmpl
+++ b/templates/devtest/flex-list.tmpl
@@ -25,7 +25,7 @@
</div>
<div class="flex-item-trailing">
<button class="ui tiny red button">
- {{svg "octicon-warning" 14}} CJK文本测试
+ {{svg "octicon-alert" 14}} CJK文本测试
</button>
<button class="ui tiny primary button">
{{svg "octicon-info" 14}} Button
@@ -54,7 +54,7 @@
</div>
<div class="flex-item-trailing">
<button class="ui tiny red button">
- {{svg "octicon-warning" 12}} CJK文本测试 <!-- single CJK text test, it shouldn't be horizontal -->
+ {{svg "octicon-alert" 12}} CJK文本测试 <!-- single CJK text test, it shouldn't be horizontal -->
</button>
</div>
</div>