diff --git a/web/src/app/(app)/notes/[noteId]/page.tsx b/web/src/app/(app)/notes/[noteId]/page.tsx
index 159fd2c..0c764c0 100644
--- a/web/src/app/(app)/notes/[noteId]/page.tsx
+++ b/web/src/app/(app)/notes/[noteId]/page.tsx
@@ -228,7 +228,7 @@ export default function NoteDetailPage() {
title={note.title}
description="Editable note surface with metadata, linked context, tasks, artifacts, and review history."
actions={
-
+
{isSaving ? (
Saving
) : (
@@ -259,7 +259,7 @@ export default function NoteDetailPage() {
}
>
-
+
}
>
-
+