Skip to content

Commit 0ec6c4b

Browse files
committed
slack
1 parent 1cef237 commit 0ec6c4b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function Footer() {
4747
<div className="flex flex-row -mx-1 mt-4">
4848
<div className="px-1">
4949
<Link target="_blank" rel="noopener"
50-
to="https://sdv-space.slack.com/join/shared_invite/zt-gdsfcb5w-0QQpFMVoyB2Yd6SRiMplcw#/"
50+
to="https://bit.ly/sdv-slack-invite"
5151
className="w-10 h-10 flex justify-center items-center bg-sdv-mute inline-block rounded-full hover:bg-sdv-graylight bg-sdv-offwhite">
5252
<FontAwesomeIcon width="16" icon={faSlack} />
5353
</Link>

src/components/home/join.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default function Join({downloads}) {
4949
<Link
5050
target="_blank"
5151
className="hover:border-sdv-offwhite border border-sdv-dark p-0.5 inline-block rounded-full font-semibold leading-none text-lg grad-bg"
52-
to={`https://sdv-space.slack.com/join/shared_invite/zt-gdsfcb5w-0QQpFMVoyB2Yd6SRiMplcw#/`}
52+
to={`https://bit.ly/sdv-slack-invite`}
5353
><span className="px-10 py-3 block rounded-full bg-sdv-dark"><span className=" grad-txt">Slack</span></span></Link>
5454
</div>
5555
<div className="w-auto px-2 mb-4">

0 commit comments

Comments
 (0)