Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
JinleeJeong committed Apr 21, 2024

Verified

This commit was signed with the committer’s verified signature.
Brooooooklyn LongYinan
2 parents a80c6aa + 225f26b commit 562bce2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ export const SectorInsightsItem = React.memo(({ title, data, type }: SectorInsig
>
<div className="flex flex-col gap-4">
{stock.logoUrl === null ? (
<TickerDefault className="h-8 min-w-8 max-w-8" />
<TickerDefault className="h-10 min-w-10 max-w-10" />
) : (
<Image
src={stock.logoUrl ?? "/next.svg"}

0 comments on commit 562bce2

Please sign in to comment.