Skip to content

Commit

Permalink
[#118] fix: indent 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
YiSoJeong committed Dec 15, 2020
1 parent 2297eda commit 5ad506a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/components/molecules/Title/Title.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5ad506a

Please sign in to comment.