Skip to content

Commit

Permalink
Merge pull request #47 from kubearmor/slack-link-update
Browse files Browse the repository at this point in the history
chore: update slack link to new KubeArmor slack
  • Loading branch information
daemon1024 authored Sep 7, 2024
2 parents fbea8bd + b1a6ce1 commit 3194b49
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ const config = {
},
{
label: "Slack",
to: "https://join.slack.com/t/kubearmor/shared_invite/zt-2bhlgoxw1-WTLMm_ica8PIhhNBNr2GfA",
to: "https://cloud-native.slack.com/archives/C07EF44HWQM",
},
{
label: "LinkedIn",
Expand Down
2 changes: 1 addition & 1 deletion src/components/HomepageCommunity/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function HomepageCommunity() {
cardIcon={communityLogo1}
/>
<Card
cardLink="https://join.slack.com/t/kubearmor/shared_invite/zt-2bhlgoxw1-WTLMm_ica8PIhhNBNr2GfA"
cardLink="https://cloud-native.slack.com/archives/C07EF44HWQM"
cardData="600+ Members"
cardTitle="Slack Channel"
cardIcon={communityLogo2}
Expand Down
2 changes: 1 addition & 1 deletion src/components/HomepageHeader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function HomepageHeader() {
<div className={styles.container}>
<Link
className={styles.heroAnnouncement}
to="https://github.com/kubearmor/KubeArmor/wiki/v1.3.0-Release-Blog"
to="https://github.com/kubearmor/KubeArmor/wiki/v1.4.0-Release-Blog"
>
<div>
<FaLock
Expand Down
4 changes: 2 additions & 2 deletions src/components/SlackIconButton/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ export default function SlackIconButton () {
return (
<Link
className={`slack-icon-button ${styles.button}`}
to="https://join.slack.com/t/kubearmor/shared_invite/zt-2bhlgoxw1-WTLMm_ica8PIhhNBNr2GfA"
to="https://cloud-native.slack.com/archives/C07EF44HWQM"
>
<FaSlack color="var(--color-white)" />
Join Slack
</Link>
);
}
}

0 comments on commit 3194b49

Please sign in to comment.