Skip to content

Commit

Permalink
update related notes wording
Browse files Browse the repository at this point in the history
  • Loading branch information
samlhuillier committed Feb 10, 2024
1 parent ed8e293 commit d2ac293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reor-project",
"version": "0.1.40",
"version": "0.1.41",
"productName": "Reor",
"main": "dist-electron/main/index.js",
"description": "A private & self-organizing note-taking app.",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Similarity/SimilarFilesSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const SimilarEntriesComponent: React.FC<SimilarEntriesComponentProps> = ({
<div className="flex flex-col items-center justify-center h-full">
<div className="flex">
<p className="text-gray-500 text-lg">
Waiting for related notes...
Related notes will appear here...
</p>
</div>
</div>
Expand Down

0 comments on commit d2ac293

Please sign in to comment.