We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0ebc2 commit 64d454eCopy full SHA for 64d454e
src/components/Title.jsx
@@ -25,7 +25,7 @@ const SubHeading = styled.h2`
25
26
export const Title = () => (
27
<TitleContainer>
28
- <Heading>Design Patterns</Heading>
+ <Heading>Design Patterns Game</Heading>
29
<SubHeading>implemented in JavaScript</SubHeading>
30
</TitleContainer>
31
);
0 commit comments