Skip to content

Commit

Permalink
Merge branch 'preview'
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelfan committed Feb 15, 2024
2 parents d261293 + 2770241 commit 7830c6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/dataDisplay/postEmbed/ExternalEmbed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function ExternalEmbed(props: Props) {
src={embed.external.thumb}
alt={embed.external.description}
fill
className="rounded-t-2xl object-cover"
className="rounded-t-2xl border-b object-cover"
/>
</div>
)}
Expand Down
2 changes: 1 addition & 1 deletion src/components/inputs/editor/LinkCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function LinkCard(props: Props) {
src={data.image}
alt="Link image"
fill
className="rounded-t-2xl object-cover"
className="rounded-t-2xl border-b object-cover"
/>
</div>
)}
Expand Down

0 comments on commit 7830c6f

Please sign in to comment.