Skip to content

Commit 340df86

Browse files
committed
Configure Azure Developer Pipeline
1 parent 5ce7bc7 commit 340df86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/components/Answer/Answer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const Answer = ({
6767
if (!citation) return null;
6868
return (
6969
<li key={rowId}>
70-
<h4>{citation.name}</h4>
70+
<h4>{citation.title}</h4>
7171
<p className={styles.referenceMetadata}>Day: {citation.day}</p>
7272
<p>{citation.description}</p>
7373
</li>

0 commit comments

Comments
 (0)