diff --git a/frontend/src/components/Node/NodeInstallationMatrix.vue b/frontend/src/components/Node/NodeInstallationMatrix.vue index 5a1ad85c..0fe959d3 100644 --- a/frontend/src/components/Node/NodeInstallationMatrix.vue +++ b/frontend/src/components/Node/NodeInstallationMatrix.vue @@ -63,7 +63,7 @@ >
- + {{$t('Not Installed')}} diff --git a/frontend/src/views/login/index.vue b/frontend/src/views/login/index.vue index ab6cd54f..04cf9c74 100644 --- a/frontend/src/views/login/index.vue +++ b/frontend/src/views/login/index.vue @@ -71,8 +71,12 @@
中文 + | English
+
+ {{$t('Documentation')}} +
{{$t('You are running on a mobile device, which is not optimized yet. Please try with a laptop or desktop.')}} @@ -449,16 +453,17 @@ const initCanvas = () => { .lang { margin-top: 20px; text-align: center; + color: #666; span { cursor: pointer; margin: 10px; - color: #666; font-size: 14px; } span.active { font-weight: 600; + text-decoration: underline; } span:hover { @@ -466,6 +471,18 @@ const initCanvas = () => { } } + .documentation { + margin-top: 20px; + text-align: center; + font-size: 14px; + color: #409eff; + font-weight: bolder; + + &:hover { + text-decoration: underline; + } + } + .mobile-warning { margin-top: 20px; }