File tree Expand file tree Collapse file tree 4 files changed +10
-14
lines changed Expand file tree Collapse file tree 4 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
56
56
- who we are section to about page
57
57
- still got questions section to about page
58
58
- Contact us cards section to contact page
59
-
59
+ - Linkedin link to footer
60
60
61
61
### Fixed
62
62
@@ -72,14 +72,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
72
72
- updated mobile nav to automatically close when page route change is completed
73
73
- adjust flex-basis of a few sections in the about page to better match the design file
74
74
- removed unused import and comments from development stage
75
-
76
-
77
- ### Updated
78
-
79
75
- prettierrc "end of line" to auto
80
76
- .env-template to include SENDGRID_API_KEY
81
- - fixed next.js warning - no stylesheets in head component
82
- (added _ document.js and moved google fonts into _ document.js)
83
- - refactor CardColumns to accept an array of card objects as props
84
-
85
-
77
+ - next.js warning - no stylesheets in head component
78
+ - CardColumns refactoring to accept an array of card objects as props
79
+ - styles on newsletter button and contact page
Original file line number Diff line number Diff line change 145
145
}
146
146
147
147
@include desktop {
148
- height : 42 rem ;
148
+ height : 32 rem ;
149
149
}
150
150
151
151
& __response_message {
Original file line number Diff line number Diff line change 40
40
border : 1px solid $dark-bg-color ;
41
41
}
42
42
43
- @include desktop {
43
+ @include large- desktop {
44
44
min-width : 12rem ;
45
+ border-radius : 3rem ;
46
+ padding : 0.7rem 0 ;
45
47
}
46
48
}
47
49
}
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ export const linksSocial = [
8
8
{
9
9
id : 1 ,
10
10
text : 'LinkedIn' ,
11
- href : '# ' ,
11
+ href : 'https://www.linkedin.com/company/web-dev-path/ ' ,
12
12
src : '/images/svg/linkedin.svg' ,
13
13
alt : 'Find us on LinkedIn' ,
14
- isVisible : false ,
14
+ isVisible : true ,
15
15
} ,
16
16
{
17
17
id : 2 ,
You can’t perform that action at this time.
0 commit comments