diff options
| author | Hamidreza Ghavami <hamid.r.gh.1998@gmail.com> | 2023-05-08 18:14:18 +0300 |
|---|---|---|
| committer | Hamidreza Ghavami <hamid.r.gh.1998@gmail.com> | 2023-05-08 18:14:18 +0300 |
| commit | 4c0e391597a4785cb3b3b63b289205953057946f (patch) | |
| tree | 43b22fcf8d527e4e540779c01f649338f9309695 /web | |
| parent | 43c1fc9aadb125712d8f4f3cbb65ded6b885c795 (diff) | |
update theme-switch
Diffstat (limited to 'web')
| -rw-r--r-- | web/html/login.html | 2 | ||||
| -rw-r--r-- | web/html/xui/common_sider.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/web/html/login.html b/web/html/login.html index ff68fce0..1b6478de 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -96,7 +96,7 @@ </a-form-item> <a-form-item> <a-row justify="center" class="centered"> - <theme-switch></theme-switch> + <theme-switch /> </a-row> </a-form-item> </a-form> diff --git a/web/html/xui/common_sider.html b/web/html/xui/common_sider.html index 3aff05a7..94a2e4a3 100644 --- a/web/html/xui/common_sider.html +++ b/web/html/xui/common_sider.html @@ -27,7 +27,7 @@ <a-menu :theme="themeSwitcher.currentTheme" mode="inline" selected-keys=""> <a-menu-item mode="inline"> <a-icon type="bg-colors"></a-icon> - <theme-switch></theme-switch> + <theme-switch /> </a-menu-item> </a-menu> <a-menu :theme="themeSwitcher.currentTheme" mode="inline" :selected-keys="['{{ .request_uri }}']" @@ -46,7 +46,7 @@ <a-menu :theme="themeSwitcher.currentTheme" mode="inline" selected-keys=""> <a-menu-item mode="inline"> <a-icon type="bg-colors"></a-icon> - <theme-switch></theme-switch> + <theme-switch /> </a-menu-item> </a-menu> <a-menu :theme="themeSwitcher.currentTheme" mode="inline" :selected-keys="['{{ .request_uri }}']" |
