This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d51beb  Fix file name.
6d51beb is described below

commit 6d51bebfa2cb28ce2fca29109c36bad8cc770fe7
Author: Wu Sheng <[email protected]>
AuthorDate: Mon Jun 15 09:09:12 2020 +0800

    Fix file name.
---
 docs/.vuepress/theme/layouts/Home.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/.vuepress/theme/layouts/Home.vue 
b/docs/.vuepress/theme/layouts/Home.vue
index f84014c..dfe629e 100755
--- a/docs/.vuepress/theme/layouts/Home.vue
+++ b/docs/.vuepress/theme/layouts/Home.vue
@@ -26,7 +26,7 @@
         <div class="home-card-about tc">
           <h1>{{data.what.title}}</h1>
           <p v-for="i in data.what.content">{{i}}</p>
-          <img style="margin-top:20px;max-width:900px;box-shadow: 0 2px 5px 
#00000033;" src="/assets/frame-v8.jpeg" width="100%">
+          <img style="margin-top:20px;max-width:900px;box-shadow: 0 2px 5px 
#00000033;" src="/assets/frame-v8.jpg" width="100%">
         </div>
         <div class="home-card-feature">
           <h1 class="tc">{{data.feature.title}}</h1>

Reply via email to