We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0430497 commit 1fbc175Copy full SHA for 1fbc175
1 file changed
packages/app/src/components/quotes/quotes-content.tsx
@@ -39,7 +39,7 @@ function QuoteCard({
39
className="font-semibold text-foreground hover:text-brand transition-colors group/link"
40
>
41
<span className="group-hover/link:underline">{name}</span>{' '}
42
- <ExternalLinkIcon className="ml-1 inline-block h-[0.85em] w-[0.85em]" />
+ <ExternalLinkIcon className="ml-1 inline-block h-[0.85em] w-[0.85em] align-middle" />
43
</a>
44
) : (
45
<span className="font-semibold text-foreground">{name}</span>
0 commit comments