mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-05 20:49:48 +02:00
add href
This commit is contained in:
parent
a0056a1b3c
commit
d58aaf7a59
@ -45,6 +45,7 @@ export function ChatDocumentDisplay({
|
|||||||
>
|
>
|
||||||
<div className="flex relative justify-start overflow-y-visible">
|
<div className="flex relative justify-start overflow-y-visible">
|
||||||
<a
|
<a
|
||||||
|
href={document.link}
|
||||||
className={
|
className={
|
||||||
"rounded-lg flex font-bold flex-shrink truncate" +
|
"rounded-lg flex font-bold flex-shrink truncate" +
|
||||||
(document.link ? "" : "pointer-events-none")
|
(document.link ? "" : "pointer-events-none")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user