Skip to content

Commit

Permalink
Update News.tsx (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalyaalon authored Apr 25, 2023
1 parent 8c0fd68 commit 4e536ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/organisms/News.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const News: FC = () => {
{date}, {news.display_source}
</Typography.Body5>
</p>
{news.critical && <img src={CriticalIcon} style={{ height: "30px", width: "30px", mixBlendMode: "multiply" }} />}
{news.critical && <img src={CriticalIcon} alt="critical image" style={{ height: "30px", width: "30px", mixBlendMode: "multiply" }} />}
</Box>
<Typography.Body5>{news.title}</Typography.Body5>
</Box>
Expand Down

0 comments on commit 4e536ab

Please sign in to comment.