Skip to content

Commit 7179039

Browse files
KitaGaitherKita Gaither
andauthored
Update contact info: remove Twitter, keep LinkedIn, update mailing ad… (#1970)
Co-authored-by: Kita Gaither <[email protected]>
1 parent 6efecd8 commit 7179039

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

components/SocialMedia/SocialMedia.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import FacebookLogo from 'static/images/icons/facebook_logo.svg';
2-
import TwitterLogo from 'static/images/icons/twitter_logo.svg';
32
import GitHubLogo from 'static/images/icons/github_logo_circle.svg';
43
import InstagramLogo from 'static/images/icons/instagram_logo.svg';
54
import 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"

pages/contact.tsx

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)