Skip to content

Commit 1fbc175

Browse files
committed
vertically center external link icons in quotes
1 parent 0430497 commit 1fbc175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/components/quotes/quotes-content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function QuoteCard({
3939
className="font-semibold text-foreground hover:text-brand transition-colors group/link"
4040
>
4141
<span className="group-hover/link:underline">{name}</span>{' '}
42-
<ExternalLinkIcon className="ml-1 inline-block h-[0.85em] w-[0.85em]" />
42+
<ExternalLinkIcon className="ml-1 inline-block h-[0.85em] w-[0.85em] align-middle" />
4343
</a>
4444
) : (
4545
<span className="font-semibold text-foreground">{name}</span>

0 commit comments

Comments
 (0)