chore: tweak sso docs

This commit is contained in:
Steven
2024-08-14 22:24:11 +08:00
parent f057cd0078
commit 972b3a3106
8 changed files with 40 additions and 11 deletions

View File

@@ -54,9 +54,17 @@ const SSOSection = () => {
<>
<div className="w-full flex flex-col gap-2 pt-2 pb-4">
<div className="w-full flex flex-row justify-between items-center gap-1">
<div className="flex flex-row items-center gap-1">
<div className="flex flex-row justify-start items-center">
<span className="font-medium dark:text-gray-400">SSO</span>
<FeatureBadge className="w-5 h-auto ml-1 text-blue-600" feature={FeatureType.SSO} />
<a
className="text-blue-600 text-sm hover:underline flex flex-row justify-center items-center ml-2"
href="https://github.com/yourselfhosted/slash/blob/main/docs/getting-started/sso.md"
target="_blank"
>
<span>Learn more</span>
<Icon.ExternalLink className="ml-1 w-4 h-auto inline" />
</a>
</div>
<Button
variant="outlined"