fix: Small text under subdomain setting

This commit is contained in:
Tom Moor
2022-03-14 17:55:25 -07:00
parent d63326066f
commit a08f433c24

View File

@@ -138,10 +138,10 @@ function Details() {
name="subdomain"
description={
subdomain ? (
<Text type="secondary" size="small">
<>
<Trans>Your knowledge base will be accessible at</Trans>{" "}
<strong>{subdomain}.getoutline.com</strong>
</Text>
</>
) : (
t("Choose a subdomain to enable a login page just for your team.")
)