We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ee536 commit a6dd93cCopy full SHA for a6dd93c
components/section/ContactSection.tsx
@@ -22,10 +22,12 @@ const ContactSection: React.SFC<Props> = (props) => (
22
</H2>
23
24
<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>.
+ You can always send me an <EmailMeLink />{' '}
+ or find me as @stringparser elsewhere like
+ <a href={GITHUB_URL}>github</a>,{' '}
+ <a href={TWITTER_URL}>twitter</a> or{' '}
29
+ <a href={LINKEDIN_URL}>linkedin</a>
30
+ .
31
</Text>
32
</Layer>
33
<Layer mixins={[align('center'), gutter()]}>
0 commit comments