mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
parent
5f4d42edb8
commit
c8c0328346
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export default function Citations({ sources = [] }) {
|
|||
/>
|
||||
</button>
|
||||
{open && (
|
||||
<div className="flex flex-wrap md:justify-between md:flex-row flex-col items-center justify-start overflow-x-scroll mt-1 doc__source">
|
||||
<div className="flex flex-wrap md:flex-row flex-col items-center gap-4 overflow-x-scroll mt-1 doc__source">
|
||||
{combineLikeSources(sources).map((source) => (
|
||||
<Citation
|
||||
key={source?.id || v4()}
|
||||
|
|
Loading…
Add table
Reference in a new issue