Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fb1c2d8

Browse files
Update title subheading with better decription
1 parent 6895caa commit fb1c2d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/components/Title.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ const Heading = styled.h1`
1818
`;
1919

2020
const SubHeading = styled.h2`
21-
font: 400 0.925rem 'Karla', sans-serif;
21+
font: 400 0.875rem 'Karla', sans-serif;
2222
color: ${props => props.theme.link};
2323
margin: 0.75rem 0 0;
2424
`;
2525

2626
export const Title = () => (
2727
<TitleContainer>
2828
<Heading>Design Patterns Game</Heading>
29-
<SubHeading>implemented in JavaScript</SubHeading>
29+
<SubHeading>&ldquo;Gang of Four&rdquo; patterns in JavaScript</SubHeading>
3030
</TitleContainer>
3131
);
3232

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /