From e945963cf914dca458aeed46bd06cbef90f27ebd Mon Sep 17 00:00:00 2001 From: Sampath Date: Sat, 25 Feb 2023 23:11:20 +0530 Subject: [PATCH] Revert "alt text attribute for images" This reverts commit 5a660551c6289d475b6298f90abc9d149146772e. --- .../Controls/NotebookGallery/InfoComponent/InfoComponent.tsx | 4 ++-- .../InfoComponent/__snapshots__/InfoComponent.test.tsx.snap | 1 - src/Explorer/SplashScreen/SplashScreen.tsx | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/Explorer/Controls/NotebookGallery/InfoComponent/InfoComponent.tsx b/src/Explorer/Controls/NotebookGallery/InfoComponent/InfoComponent.tsx index 94515d46a..f2c5a2c6e 100644 --- a/src/Explorer/Controls/NotebookGallery/InfoComponent/InfoComponent.tsx +++ b/src/Explorer/Controls/NotebookGallery/InfoComponent/InfoComponent.tsx @@ -1,5 +1,5 @@ -import { HoverCard, HoverCardType, Icon, Label, Link, Stack } from "@fluentui/react"; import * as React from "react"; +import { Icon, Label, Stack, HoverCard, HoverCardType, Link } from "@fluentui/react"; import { CodeOfConductEndpoints } from "../../../../Common/Constants"; import "./InfoComponent.less"; @@ -41,7 +41,7 @@ export class InfoComponent extends React.Component { public render(): JSX.Element { return ( -
+
diff --git a/src/Explorer/Controls/NotebookGallery/InfoComponent/__snapshots__/InfoComponent.test.tsx.snap b/src/Explorer/Controls/NotebookGallery/InfoComponent/__snapshots__/InfoComponent.test.tsx.snap index 06d6559a6..06ddee518 100644 --- a/src/Explorer/Controls/NotebookGallery/InfoComponent/__snapshots__/InfoComponent.test.tsx.snap +++ b/src/Explorer/Controls/NotebookGallery/InfoComponent/__snapshots__/InfoComponent.test.tsx.snap @@ -12,7 +12,6 @@ exports[`InfoComponent renders 1`] = ` >
{ > {item.title} -  + {item.description}