Revert "alt text attribute for images"

This reverts commit 5a660551c6.
This commit is contained in:
Sampath
2023-02-25 23:11:20 +05:30
parent 5a660551c6
commit e945963cf9
3 changed files with 4 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ import {
Stack,
TeachingBubble,
TeachingBubbleContent,
Text
Text,
} from "@fluentui/react";
import { sendMessage } from "Common/MessageHandler";
import { MessageTypes } from "Contracts/ExplorerContracts";
@@ -528,7 +528,7 @@ export class SplashScreen extends React.Component<SplashScreenProps> {
>
{item.title}
</Link>
<Image src={LinkIcon} alt=" " />
<Image src={LinkIcon} />
</Stack>
<Text>{item.description}</Text>
</Stack>