songzhen 2 달 전
부모
커밋
86fbd1d53b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/components/Footer/index.vue
  2. 1 1
      src/components/NavigationBar/LeftMenu.vue

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

@@ -23,7 +23,7 @@
         class="text-sm text-black-6 flex flex-col items-center mt-10 leading-[26px]"
       >
         <div>因为年轻,所以旅行。</div>
-        <div>一个与您共同成长的旅行记网站。</div>
+        <div>一个与您共同成长的旅行记网站。</div>
       </div>
     </div>
     <van-divider />

+ 1 - 1
src/components/NavigationBar/LeftMenu.vue

@@ -123,7 +123,7 @@ const fixedMenuData = [
     to: "/",
   },
   {
-    title: "旅行记",
+    title: "旅行记",
     icon: menu_create_note,
     to: "/travel-notes",
   },