Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jellli committed Dec 24, 2024
1 parent d45a79c commit e1ff708
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/nextra/src/client/components/cards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,7 @@ function Card({
)}
>
<span className="_shrink-0">{icon}</span>
<span
className={cn(
ellipsis && '_truncate'
)}
>
{title}
</span>
<span className={cn(ellipsis && '_truncate')}>{title}</span>
</span>
</NextLink>
)
Expand Down

0 comments on commit e1ff708

Please sign in to comment.