From a08f433c24a93fa026930d68e4c7fe80db9665f5 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Mon, 14 Mar 2022 17:55:25 -0700 Subject: [PATCH] fix: Small text under subdomain setting --- app/scenes/Settings/Details.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/scenes/Settings/Details.tsx b/app/scenes/Settings/Details.tsx index fdb668849..a862906e7 100644 --- a/app/scenes/Settings/Details.tsx +++ b/app/scenes/Settings/Details.tsx @@ -138,10 +138,10 @@ function Details() { name="subdomain" description={ subdomain ? ( - + <> Your knowledge base will be accessible at{" "} {subdomain}.getoutline.com - + ) : ( t("Choose a subdomain to enable a login page just for your team.") )