Skip to content

Commit a6dd93c

Browse files
committed
reword: ContactSection
1 parent 65ee536 commit a6dd93c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

components/section/ContactSection.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ const ContactSection: React.SFC<Props> = (props) => (
2222
</H2>
2323

2424
<Text>
25-
You can always send me an <EmailMeLink /> or message me via{' '}
26-
<a href={LINKEDIN_URL}>linkedin</a>,{' '}
27-
<a href={TWITTER_URL}>twitter</a> or{' '}
28-
<a href={GITHUB_URL}>github</a>.
25+
You can always send me an <EmailMeLink />{' '}
26+
or find me as @stringparser elsewhere like
27+
<a href={GITHUB_URL}>github</a>,{' '}
28+
<a href={TWITTER_URL}>twitter</a> or{' '}
29+
<a href={LINKEDIN_URL}>linkedin</a>
30+
.
2931
</Text>
3032
</Layer>
3133
<Layer mixins={[align('center'), gutter()]}>

0 commit comments

Comments
 (0)