kokoroli 6 éve
szülő
commit
b052d5eec3
1 módosított fájl, 4 hozzáadás és 2 törlés
  1. 4 2
      src/components/tools/UserMenu.vue

+ 4 - 2
src/components/tools/UserMenu.vue

@@ -1,7 +1,9 @@
 <template>
   <div class="user-wrapper">
     <span class="action">
-      <a-icon type="question-circle-o"></a-icon>
+      <a href="https://pro.loacg.com/docs/getting-started" target="_blank" style="color: #001529">
+        <a-icon type="question-circle-o"></a-icon>
+      </a>
     </span>
     <header-notice class="action"/>
     <a-dropdown>
@@ -72,4 +74,4 @@ export default {
     }
   }
 }
-</script>
+</script>