diff --git a/frontend/apps/web/src/pages/DetailPage.tsx b/frontend/apps/web/src/pages/DetailPage.tsx
index c9680d0..ebc97a6 100644
--- a/frontend/apps/web/src/pages/DetailPage.tsx
+++ b/frontend/apps/web/src/pages/DetailPage.tsx
@@ -237,30 +237,40 @@ export function DetailPage({
return (
- {/* Header (#572): the title is the page's most important element
- and gets as much horizontal space as it needs (`flex-1
- min-w-0`); the toolbar is `shrink-0` and only pushes the title
- when it genuinely can't fit on its row. `justify-end` on the
- toolbar's flex-wrap keeps wrapped button rows flush right to
- the page padding, instead of left-aligned within their column. */}
-