Skip to content

Commit

Permalink
docs: change twitter icon to slack icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ijemmao committed Oct 11, 2023
1 parent af9ae62 commit a4cea50
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/pages/docs/contact-us.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import React from 'react';

# Contact Us

You can email the organization at [kedu@nkowaokwu.com](mailto:kedu@nkowaokwu.com). We would love to hear from
You can email the organization at [kedu@nkowaokwu.com](mailto:kedu@nkowaokwu.com). We would love to hear from
you about anything you think could be improved on the website, future possible features, or bigger plans for the software.

If you would like to work with other amazing contributors, we have a Slack community that you can join by filling out [this form](https://nkowaokwu.com/volunteer).

If you're not interested in any of those options and just want to speak with Ijemma, you can send her a DM on [Twitter](https://twitter.com/ijemmaohno).
If you're not interested in any of those options and just want to speak with Ijemma, you can send her a DM on [Twitter](https://twitter.com/ijemmaohno).
19 changes: 11 additions & 8 deletions theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,24 @@ export default {
<span>
©{new Date().getFullYear()}
<a href="https://igboapi.com" target="_blank" rel="noreferrer">
Igbo API
{' Igbo API'}
</a>
.
</span>
),
},
chat: {
link: 'https://twitter.com/nkowaokwu',
// eslint-disable-next-line max-len
link: 'https://join.slack.com/t/igboapi/shared_invite/zt-p33cwdpw-LgoFkgIqV_~CwF64oQG5Hw',
icon: (
<svg width="24" height="24" viewBox="0 0 248 204">
<path
fill="currentColor"
d="M221.95 51.29c.15 2.17.15 4.34.15 6.53 0 66.73-50.8 143.69-143.69 143.69v-.04c-27.44.04-54.31-7.82-77.41-22.64 3.99.48 8 .72 12.02.73 22.74.02 44.83-7.61 62.72-21.66-21.61-.41-40.56-14.5-47.18-35.07a50.338 50.338 0 0 0 22.8-.87C27.8 117.2 10.85 96.5 10.85 72.46v-.64a50.18 50.18 0 0 0 22.92 6.32C11.58 63.31 4.74 33.79 18.14 10.71a143.333 143.333 0 0 0 104.08 52.76 50.532 50.532 0 0 1 14.61-48.25c20.34-19.12 52.33-18.14 71.45 2.19 11.31-2.23 22.15-6.38 32.07-12.26a50.69 50.69 0 0 1-22.2 27.93c10.01-1.18 19.79-3.86 29-7.95a102.594 102.594 0 0 1-25.2 26.16z"
/>
<svg xmlns="http://www.w3.org/2000/svg" fill="#000000" width="24" height="24" viewBox="0 0 512 512">
<path d="M126.12,315.1A47.06,47.06,0,1,1,79.06,268h47.06Z" />
<path d="M149.84,315.1a47.06,47.06,0,0,1,94.12,0V432.94a47.06,47.06,0,1,1-94.12,0Z" />
<path d="M196.9,126.12A47.06,47.06,0,1,1,244,79.06v47.06Z" />
<path d="M196.9,149.84a47.06,47.06,0,0,1,0,94.12H79.06a47.06,47.06,0,0,1,0-94.12Z" />
<path d="M385.88,196.9A47.06,47.06,0,1,1,432.94,244H385.88Z" />
<path d="M362.16,196.9a47.06,47.06,0,0,1-94.12,0V79.06a47.06,47.06,0,1,1,94.12,0Z" />
<path d="M315.1,385.88A47.06,47.06,0,1,1,268,432.94V385.88Z" />
<path d="M315.1,362.16a47.06,47.06,0,0,1,0-94.12H432.94a47.06,47.06,0,1,1,0,94.12Z" />
</svg>
),
},
Expand Down

0 comments on commit a4cea50

Please sign in to comment.