Skip to content

Commit

Permalink
fix: fix placeholder image
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-jy-park committed Apr 21, 2024
1 parent 2183d86 commit 9f17165
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 9f17165

Please sign in to comment.