Skip to content

Commit

Permalink
chore(deps): update dependency prettier-plugin-tailwindcss to ^0.6.0 (#…
Browse files Browse the repository at this point in the history
…350)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: rai <96561881+r4ai@users.noreply.github.com>
  • Loading branch information
renovate[bot] and r4ai authored Nov 8, 2024
1 parent b5fe8d9 commit af859da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"postcss-load-config": "^5.0.2",
"prettier": "^3.1.1",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-tailwindcss": "^0.5.9",
"prettier-plugin-tailwindcss": "^0.6.0",
"punycode": "^2.3.1",
"rehype-custom-code": "^0.5.0",
"rehype-katex": "7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Elements/LinkCard/LinkCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const shouldInvertFavicon = url.hostname.includes("github")
>
<div class="flex min-w-0 flex-1 flex-col justify-between gap-2 overflow-auto break-all px-3 md:px-5">
<p class="line-clamp-2 font-bold">{title}</p>
{description && <p class=" line-clamp-3 text-xs text-fg-subtle">{description}</p>}
{description && <p class="line-clamp-3 text-xs text-fg-subtle">{description}</p>}
<div class="flex flex-row items-center gap-2 text-xs">
{
favicon ? (
Expand Down

0 comments on commit af859da

Please sign in to comment.