From 922ca5c52397fe6eb65145b75ff59c3abb50bbe6 Mon Sep 17 00:00:00 2001 From: Dmitry Shilov Date: Thu, 4 Sep 2025 11:58:07 +0200 Subject: [PATCH] chore: Update help link in FabricHome component to point to the new documentation (#2206) --- src/Explorer/SplashScreen/FabricHome.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/Explorer/SplashScreen/FabricHome.tsx b/src/Explorer/SplashScreen/FabricHome.tsx index 5e567eb58..355efdf86 100644 --- a/src/Explorer/SplashScreen/FabricHome.tsx +++ b/src/Explorer/SplashScreen/FabricHome.tsx @@ -1,8 +1,8 @@ /** * Accordion top class */ -import { makeStyles, tokens } from "@fluentui/react-components"; -import { DocumentAddRegular, LinkMultipleRegular } from "@fluentui/react-icons"; +import { Link, makeStyles, tokens } from "@fluentui/react-components"; +import { DocumentAddRegular, LinkMultipleRegular, OpenRegular } from "@fluentui/react-icons"; import { SampleDataImportDialog } from "Explorer/SplashScreen/SampleDataImportDialog"; import { CosmosFluentProvider } from "Explorer/Theme/ThemeUtil"; import { isFabricNative, isFabricNativeReadOnly } from "Platform/Fabric/FabricUtil"; @@ -185,12 +185,14 @@ export const FabricHomeScreen: React.FC = (props: SplashScree {title} {getSplashScreenButtons()} - {/*
- Need help?{" "} - - Learn more Learn more - -
*/} + { +
+ Need help?{" "} + + Learn more + +
+ } );