File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed
Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 11import FacebookLogo from 'static/images/icons/facebook_logo.svg' ;
2- import TwitterLogo from 'static/images/icons/twitter_logo.svg' ;
32import GitHubLogo from 'static/images/icons/github_logo_circle.svg' ;
43import InstagramLogo from 'static/images/icons/instagram_logo.svg' ;
54import YouTubeLogo from 'static/images/icons/youtube_logo.svg' ;
@@ -14,11 +13,6 @@ function SocialMedia() {
1413 name = "Facebook"
1514 svg = { < FacebookLogo /> }
1615 />
17- < SocialMediaItem
18- href = "https://twitter.com/operation_code"
19- name = "Twitter"
20- svg = { < TwitterLogo /> }
21- />
2216 < SocialMediaItem
2317 href = "https://www.instagram.com/operation_code/"
2418 name = "Instagram"
Original file line number Diff line number Diff line change @@ -44,13 +44,17 @@ function Contact() {
4444 </ address >
4545
4646 < address className = "w-full mx-auto mb-8 max-w-prose not-italic" >
47- < b > You could tweet at us :</ b >
47+ < b > Connect with us on LinkedIn :</ b >
4848
4949 < br />
5050
51- < OutboundLink href = "https://twitter.com/operation_code" analyticsEventLabel = "Twitter" >
52- @operation_code
51+ < OutboundLink
52+ href = "https://www.linkedin.com/company/operationcode/"
53+ analyticsEventLabel = "LinkedIn"
54+ >
55+ LinkedIn
5356 </ OutboundLink >
57+
5458 </ address >
5559
5660 < address className = "w-full mx-auto mb-8 max-w-prose not-italic" >
@@ -61,10 +65,13 @@ function Contact() {
6165 < span >
6266 Operation Code
6367 < br />
64- 818 SW Third Avenue, #221-1090,
68+ 1631 NE Broadway St. #2185
6569 < br />
66- Portland, OR 97204
70+ Portland, OR, 97232-1425
71+ < br />
72+ United States
6773 </ span >
74+
6875 </ address >
6976 </ HeroBanner >
7077 </ div >
You can’t perform that action at this time.
0 commit comments