We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20fca95 + dd7bff2 commit 45ebddcCopy full SHA for 45ebddc
.github/workflows/app-tests.yaml
src/frontend/src/components/Answer/Answer.tsx
@@ -67,7 +67,7 @@ export const Answer = ({
67
if (!citation) return null;
68
return (
69
<li key={rowId}>
70
- <h4>{citation.name}</h4>
+ <h4>{citation.title}</h4>
71
<p className={styles.referenceMetadata}>Day: {citation.day}</p>
72
<p>{citation.description}</p>
73
</li>
0 commit comments