diff options
Diffstat (limited to 'web/html/xui/index.html')
| -rw-r--r-- | web/html/xui/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 3d9b326c..5ced0a26 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -172,7 +172,7 @@ </a-col> <a-col :sm="24" :md="12"> <a-card hoverable :class="siderDrawer.isDarkTheme ? darkClass : ''"> - x-ui: <a href="https://github.com/MHSanaei/3x-ui/releases" target="_blank"><a-tag color="green">3x-ui v{{ .cur_ver }}</a-tag></a> + 3x-ui: <a href="https://github.com/MHSanaei/3x-ui/releases" target="_blank"><a-tag color="green">v{{ .cur_ver }}</a-tag></a> <a href="https://t.me/panel3xui" target="_blank"><a-tag color="green">Telegram</a-tag></a> <a-tag color="blue" style="cursor: pointer;" @click="openLogs">Log Reports</a-tag> </a-card> |
