File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
__tests__/components/__snapshots__ Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change
1
+ designpatternsgame.com
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ exports[`<Header /> component renders with DARK theme 1`] = `
221
221
<h1
222
222
className = " c7"
223
223
>
224
- Design Patterns
224
+ Design Patterns Game
225
225
</h1 >
226
226
<h2
227
227
className = " c8"
@@ -454,7 +454,7 @@ exports[`<Header /> component renders with LIGHT theme 1`] = `
454
454
<h1
455
455
className = " c7"
456
456
>
457
- Design Patterns
457
+ Design Patterns Game
458
458
</h1 >
459
459
<h2
460
460
className = " c8"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ exports[`<Title /> component renders with a DARK theme 1`] = `
29
29
<h1
30
30
className = " c1"
31
31
>
32
- Design Patterns
32
+ Design Patterns Game
33
33
</h1 >
34
34
<h2
35
35
className = " c2"
@@ -68,7 +68,7 @@ exports[`<Title /> component renders with a LIGHT theme 1`] = `
68
68
<h1
69
69
className = " c1"
70
70
>
71
- Design Patterns
71
+ Design Patterns Game
72
72
</h1 >
73
73
<h2
74
74
className = " c2"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const SubHeading = styled.h2`
25
25
26
26
export const Title = ( ) => (
27
27
< TitleContainer >
28
- < Heading > Design Patterns</ Heading >
28
+ < Heading > Design Patterns Game </ Heading >
29
29
< SubHeading > implemented in JavaScript</ SubHeading >
30
30
</ TitleContainer >
31
31
) ;
You can’t perform that action at this time.
0 commit comments