Skip to content

Commit

Permalink
북마크 이미지 round 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed Mar 21, 2024
1 parent eb02cd9 commit a290794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Bookmark.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const result = await fetchMeta(url)
---
<div class="mb-10">
<a id="url" href={url} class="no-underline mx-4 my-4 not-prose text-inherit flex gap-10 border-[1px] px-8 py-4 border-[var(--sl-color-gray-6)]">
<img class="md:block hidden drop-shadow-md object-contain w-32 rounded-lg" src={image} alt="bookcover"/>
<img class="md:block hidden drop-shadow-md object-contain w-32" src={image} alt="bookcover"/>
<div class="prose gap-y-0.5 overflow-hidden flex flex-col">
<strong class="">{title}</strong>
<div className="">
Expand Down

0 comments on commit a290794

Please sign in to comment.