We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5635ee commit 327b019Copy full SHA for 327b019
ui/src/layout/components/top-bar/avatar/AboutDialog.vue
@@ -9,7 +9,7 @@
9
<el-card
10
shadow="hover"
11
class="mb-16"
12
- @click="toUrl('https://github.com/1Panel-dev/MaxKB/wiki')"
+ @click="toUrl('https://maxkb.cn/docs/')"
13
>
14
<div class="flex align-center cursor">
15
<AppIcon iconName="app-reading" class="mr-16 ml-8" style="font-size: 24px"></AppIcon>
ui/src/layout/components/top-bar/index.vue
@@ -23,7 +23,7 @@
23
iconName="app-reading"
24
class="cursor color-secondary mr-8 ml-8"
25
style="font-size: 20px"
26
27
></AppIcon>
28
</el-tooltip>
29
<el-tooltip effect="dark" :content="$t('layout.topbar.forum')" placement="top">
0 commit comments