diff --git a/dashboard/src/style.css b/dashboard/src/style.css index 546130a3a..74cb5a8d4 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -40,6 +40,10 @@ html, body { } } +b { + font-weight: 700; +} + .shadow { box-shadow: 0 2px 5px rgba(0,0,0,.1); } diff --git a/dashboard/src/views/SetupView.vue b/dashboard/src/views/SetupView.vue index 496f5f901..b609d227c 100644 --- a/dashboard/src/views/SetupView.vue +++ b/dashboard/src/views/SetupView.vue @@ -166,7 +166,7 @@ onMounted(async () => {
Are you sure about this domain? The dashboard will be at my.{{ domain }}
-
Apps will be installed on subdomains of this domain. The dashboard will be available on the my subdomain. You can add more domains later.
+
Apps will be installed on subdomains of this domain. The dashboard will be available on the my{{ domain ? `.${domain}` : '' }} subdomain. You can add more domains later.