diff --git a/web/src/components/BetaBadge.tsx b/web/src/components/BetaBadge.tsx index 917af1ec..26822674 100644 --- a/web/src/components/BetaBadge.tsx +++ b/web/src/components/BetaBadge.tsx @@ -10,7 +10,9 @@ const BetaBadge: React.FC = (props: Props) => { return ( {t("common.beta")} diff --git a/web/src/components/CreateMemoRelationDialog.tsx b/web/src/components/CreateMemoRelationDialog.tsx index cc78d4a1..a491dfed 100644 --- a/web/src/components/CreateMemoRelationDialog.tsx +++ b/web/src/components/CreateMemoRelationDialog.tsx @@ -96,7 +96,7 @@ const CreateMemoRelationDialog: React.FC = (props: Props) => {
{memoList.map((memo) => (
handleDeleteMemoRelation(memo)} > diff --git a/web/src/components/MemoEditor/RelationListView.tsx b/web/src/components/MemoEditor/RelationListView.tsx index 5dc9e78c..7915a7b4 100644 --- a/web/src/components/MemoEditor/RelationListView.tsx +++ b/web/src/components/MemoEditor/RelationListView.tsx @@ -38,7 +38,7 @@ const RelationListView = (props: Props) => { return (
handleDeleteRelation(memo)} > diff --git a/web/src/components/MemoRelationListView.tsx b/web/src/components/MemoRelationListView.tsx index 9b33086f..a7f186b0 100644 --- a/web/src/components/MemoRelationListView.tsx +++ b/web/src/components/MemoRelationListView.tsx @@ -40,7 +40,7 @@ const MemoRelationListView = (props: Props) => { return (
@@ -60,7 +60,7 @@ const MemoRelationListView = (props: Props) => { return (
diff --git a/web/src/components/Settings/SSOSection.tsx b/web/src/components/Settings/SSOSection.tsx index 4b709d35..5c67b34f 100644 --- a/web/src/components/Settings/SSOSection.tsx +++ b/web/src/components/Settings/SSOSection.tsx @@ -107,10 +107,10 @@ const SSOSection = () => { ))}
-

{t("common.learn-more")}

+

{t("common.learn-more")}:

- + Configuring Keycloak for Authentication diff --git a/web/src/components/Settings/StorageSection.tsx b/web/src/components/Settings/StorageSection.tsx index 2f970838..9367da88 100644 --- a/web/src/components/Settings/StorageSection.tsx +++ b/web/src/components/Settings/StorageSection.tsx @@ -124,21 +124,15 @@ const StorageSection = () => { ))}
-

{t("common.learn-more")}

+

{t("common.learn-more")}:

- + Docs - Local storage - + Choosing a Storage for Your Resource: Database, S3 or Local Storage?