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 + +
+ } );