diff --git a/src/interface/web/app/search/page.tsx b/src/interface/web/app/search/page.tsx index 6b85c0d3..e221fa08 100644 --- a/src/interface/web/app/search/page.tsx +++ b/src/interface/web/app/search/page.tsx @@ -50,20 +50,20 @@ function Note(props: NoteResultProps) { return ( - -
- {getNoteTypeIcon(note.additional.source)} -
+ + {getNoteTypeIcon(note.additional.source)} {fileName}
-
+
{note.entry}
- + { @@ -90,20 +90,19 @@ function focusNote(note: SearchResult) { {fileName} - - { - isFileNameURL ? - - {note.additional.file} - - : -
- {note.additional.file} -
- } -
- + + { + isFileNameURL ? + + {note.additional.file} + + : +
+ {note.additional.file} +
+ } +
{note.entry}