Commit e3a49c8e authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: styling

parent f58eb0d2
...@@ -451,24 +451,6 @@ ...@@ -451,24 +451,6 @@
</div> </div>
</div> </div>
<!-- if (message.citations) {
citations = message.citations.forEach((citation) => {
citation.document.forEach((document, index) => {
const metadata = citation.metadata?.[index];
const source = citation?.source?.name ?? metadata?.source ?? 'N/A';
citations[source] = citations[source] || {
source: citation.source,
document: [],
metadata: []
};
citations[source].document.push(document);
citations[source].metadata.push(metadata);
});
});
} -->
{#if message.citations} {#if message.citations}
<hr class=" dark:border-gray-800 my-1" /> <hr class=" dark:border-gray-800 my-1" />
<div class="my-2.5 w-full flex flex-col gap-1"> <div class="my-2.5 w-full flex flex-col gap-1">
......
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
</div> </div>
</div> </div>
<div class="px-5 flex text-sm gap-2.5"> <div class="px-6 flex text-sm gap-2.5">
<div class="py-3 border-b font-medium text-gray-100 cursor-pointer"> <div class="py-3 border-b font-medium text-gray-100 cursor-pointer">
{$i18n.t('Overview')} {$i18n.t('Overview')}
</div> </div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment