mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 13:23:15 +00:00
Show reference icon and domain side by side
This commit is contained in:
@@ -150,10 +150,14 @@ function GenericOnlineReferenceCard(props: OnlineReferenceCardProps) {
|
|||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
className="!no-underline p-2"
|
className="!no-underline p-2"
|
||||||
>
|
>
|
||||||
<div className="flex items-center">
|
<div className="flex items-center gap-2">
|
||||||
<img src={favicon} alt="" className="!w-4 h-4 mr-2" />
|
<img
|
||||||
|
src={favicon}
|
||||||
|
alt=""
|
||||||
|
className="!w-4 h-4 mr-2 flex-shrink-0"
|
||||||
|
/>
|
||||||
<h3
|
<h3
|
||||||
className={`overflow-hidden ${props.showFullContent ? "block" : "line-clamp-1"} text-muted-foreground`}
|
className={`overflow-hidden ${props.showFullContent ? "block" : "line-clamp-1"} text-muted-foreground flex-grow`}
|
||||||
>
|
>
|
||||||
{domain}
|
{domain}
|
||||||
</h3>
|
</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user