Skip to content

Commit

Permalink
fix: correct text on main paige
Browse files Browse the repository at this point in the history
  • Loading branch information
LesiaUKR committed Feb 3, 2024
1 parent cd2d06a commit 6074ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ export const App = () => {
justifyContent: 'center',
alignItems: 'center',
fontSize: 40,
color: '#010101'
color: '#010101',
}}
>
React homework template
React homework template!
</div>
);
};

0 comments on commit 6074ab3

Please sign in to comment.