Skip to content

Commit

Permalink
Shut eslint up
Browse files Browse the repository at this point in the history
  • Loading branch information
LorisSigrist committed Dec 5, 2023
1 parent 3b70325 commit 011fe5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export default function Card(props: { item: any; displayName: string }) {
</div>
<div class="flex flex-col justify-between items-start">
<p
// eslint-disable-next-line solid/style-prop
style="text-wrap: balance;"
class="m-0 mb-2 text-sm text-surface-800 line-clamp-2 leading-none no-underline font-semibold group-hover:text-surface-900 transition-colors"
>
Expand Down

0 comments on commit 011fe5b

Please sign in to comment.