Skip to content

Commit 5ad506a

Browse files
committed
[#118] fix: indent 조정
1 parent 2297eda commit 5ad506a

File tree

1 file changed

+1
-2
lines changed
  • frontend/src/components/molecules/Title

1 file changed

+1
-2
lines changed

frontend/src/components/molecules/Title/Title.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,11 @@ const titleCss = () => css`
3939
4040
font-family: inter, Helvetica, 'Apple Color Emoji', Arial, sans-serif,
4141
'Segoe UI Emoji', 'Segoe UI Symbol';
42-
42+
4343
&:empty:before {
4444
content: 'Untitled';
4545
color: rgba(55, 53, 47, 0.15);
4646
}
47-
}
4847
`;
4948

5049
function Title(): JSX.Element {

0 commit comments

Comments
 (0)