Skip to content

Commit 9f9d6fc

Browse files
committed
style: 게임 이모지 위치 변경
1 parent 07a59b1 commit 9f9d6fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ export default function App() {
4040
<Style.AppWrapper>
4141
<Style.Header>
4242
<Style.TitleWrapper>
43-
<Text.Title>SCHEDULE</Text.Title>
4443
<Style.GameIcon src="game2.png" alt="game" />
44+
<Text.Title>SCHEDULE</Text.Title>
4545
</Style.TitleWrapper>
4646

4747
<Input addTodo={handleAddTodo} />

src/components/styles/App.styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const Style = {
2222
`,
2323
GameIcon: styled.img`
2424
width: 35px;
25-
margin-left: 10px;
25+
margin-right: 10px;
2626
`,
2727
TaskSectionWrapper: styled.div`
2828
display: flex;

0 commit comments

Comments
 (0)