Browse Source

🎈 perf: 更改文档中心图标

Pchen. 1 month ago
parent
commit
2444c2ef1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/Navbar/index.vue

+ 1 - 1
src/components/Navbar/index.vue

@@ -44,7 +44,7 @@
         <a-tooltip content="文档中心">
           <a-button class="nav-btn" type="outline" :shape="'circle'" @click="$router.push('/doc')">
             <template #icon>
-              <icon-book />
+              <icon-file />
             </template>
           </a-button>
         </a-tooltip>