Skip to content

Commit

Permalink
Merge pull request #68 from Nexters/fix/placeholder
Browse files Browse the repository at this point in the history
fix: fix placeholder image
  • Loading branch information
eric-jy-park authored Apr 21, 2024
2 parents 1f2b0ee + 9f17165 commit 225f26b
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 225f26b

Please sign in to comment.