diff --git a/apps/client/src/widgets/ribbon/SimilarNotesTab.tsx b/apps/client/src/widgets/ribbon/SimilarNotesTab.tsx index c8dc1337fe..ffac9ae7ae 100644 --- a/apps/client/src/widgets/ribbon/SimilarNotesTab.tsx +++ b/apps/client/src/widgets/ribbon/SimilarNotesTab.tsx @@ -33,7 +33,7 @@ export default function SimilarNotesTab({ note }: Pick) { notePath={notePath} noTnLink style={{ - "font-size": 20 * (1 - 1 / (1 + score)) + "font-size": (20 * (1 - 1 / (1 + score))) + "px" }} /> ))}