diff --git a/src/Explorer/SplashScreen/FabricHome.tsx b/src/Explorer/SplashScreen/FabricHome.tsx index 7b6cae00c..5e567eb58 100644 --- a/src/Explorer/SplashScreen/FabricHome.tsx +++ b/src/Explorer/SplashScreen/FabricHome.tsx @@ -119,7 +119,7 @@ const FabricHomeScreenButton: React.FC { const styles = useStyles(); return ( -
+
{icon}
{title}
@@ -147,7 +147,7 @@ export const FabricHomeScreen: React.FC = (props: SplashScree { title: "Sample data", description: "Automatically load sample data in your database", - icon: , + icon: , onClick: () => setOpenSampleDataImportDialog(true), }, { @@ -181,7 +181,7 @@ export const FabricHomeScreen: React.FC = (props: SplashScree explorer={props.explorer} databaseName={userContext.fabricContext?.databaseName} /> -
+
{title}
{getSplashScreenButtons()}