diff --git a/src/ui/components/Chatbox.tsx b/src/ui/components/Chatbox.tsx index df23417..8212aeb 100644 --- a/src/ui/components/Chatbox.tsx +++ b/src/ui/components/Chatbox.tsx @@ -109,7 +109,7 @@ const Chatbox = ({ annotationFiles, isResponding, messages }: ChatboxProps) => { } const handleAnnotationClick = () => { - // open new tab and then navigate to fil + // open new tab and then navigate to file if (app && fileName) { const file = app.vault.getAbstractFileByPath( @@ -131,7 +131,7 @@ const Chatbox = ({ annotationFiles, isResponding, messages }: ChatboxProps) => { > [^{index}] - +
{fileName} {quote}