Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wzwtt authored Feb 17, 2023
1 parent 6e35169 commit 3bd71cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gallery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ while [[ $MY_FILE -lt $MY_NUM_FILES ]]; do
<div class="container">
<a href="../index.html" class="navbar-brand">
<strong>返回到 $MY_TITLE</strong>
<a href="https://github.com/wzwtt/ikun" target="_blank" class="mdui-btn mdui-btn-icon mdui-ripple mdui-ripple-white" mdui-tooltip="{content: '查看镜像同步管理器'}">
<a href="https://github.com/wzwtt/ikun" target="_blank" class="mdui-btn mdui-btn-icon mdui-ripple mdui-ripple-white" mdui-tooltip="{content: '在 GitHub 上查看本项目'}">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 36 36" enable-background="new 0 0 36 36" xml:space="preserve" class="mdui-icon" style="width: 24px;height:24px;">
<path fill-rule="evenodd" clip-rule="evenodd" fill="#ffffff" d="M18,1.4C9,1.4,1.7,8.7,1.7,17.7c0,7.2,4.7,13.3,11.1,15.5
c0.8,0.1,1.1-0.4,1.1-0.8c0-0.4,0-1.4,0-2.8c-4.5,1-5.5-2.2-5.5-2.2c-0.7-1.9-1.8-2.4-1.8-2.4c-1.5-1,0.1-1,0.1-1
Expand Down Expand Up @@ -355,4 +355,4 @@ cat >> "$OUTPUT/$MY_INDEX_HTML_FILE" << EOF
</html>
EOF

debugOutput "= done"
debugOutput "= done"

0 comments on commit 3bd71cc

Please sign in to comment.