diff --git a/frontend/src/components/molecules/Title/Title.tsx b/frontend/src/components/molecules/Title/Title.tsx index 34bfc04..cf3c644 100644 --- a/frontend/src/components/molecules/Title/Title.tsx +++ b/frontend/src/components/molecules/Title/Title.tsx @@ -39,12 +39,11 @@ const titleCss = () => css` font-family: inter, Helvetica, 'Apple Color Emoji', Arial, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol'; - + &:empty:before { content: 'Untitled'; color: rgba(55, 53, 47, 0.15); } -} `; function Title(): JSX.Element {