Skip to content

Commit 09efded

Browse files
authored
Update image source path in notice.vue
1 parent ac8c6da commit 09efded

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/.vitepress/theme/components/notice.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ setTimeout(function () { visible.value = false }, 5000);
2222
</strong>
2323
</p>
2424
<p>二、联系我</p>
25-
<img class="notice-img" src="/git-github-guide/imgs/contact/contact.png">
25+
<img class="notice-img" src="/imgs/contact/contact.png">
2626
</div>
2727
<div class="notice-footer">
2828
<div class="notice-btn" @click="closetz">朕知道了</div>
@@ -117,4 +117,4 @@ setTimeout(function () { visible.value = false }, 5000);
117117
display: inline-block;
118118
text-wrap: nowrap;
119119
}
120-
</style>
120+
</style>

0 commit comments

Comments
 (0)