We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a59b1 commit 9f9d6fcCopy full SHA for 9f9d6fc
2 files changed
src/App.jsx
@@ -40,8 +40,8 @@ export default function App() {
40
<Style.AppWrapper>
41
<Style.Header>
42
<Style.TitleWrapper>
43
- <Text.Title>SCHEDULE</Text.Title>
44
<Style.GameIcon src="game2.png" alt="game" />
+ <Text.Title>SCHEDULE</Text.Title>
45
</Style.TitleWrapper>
46
47
<Input addTodo={handleAddTodo} />
src/components/styles/App.styles.js
@@ -22,7 +22,7 @@ export const Style = {
22
`,
23
GameIcon: styled.img`
24
width: 35px;
25
- margin-left: 10px;
+ margin-right: 10px;
26
27
TaskSectionWrapper: styled.div`
28
display: flex;
0 commit comments