Skip to content

Commit

Permalink
fix: remove WTMG Slack mentions
Browse files Browse the repository at this point in the history
In favor of our new Discourse-powered Community forum.
  • Loading branch information
th0rgall committed Aug 4, 2023
1 parent 4e6464d commit a1ddc7f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 26 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Use [Discussions](https://github.com/WelcometoMyGarden/welcometomygarden/discussions) to discuss feature requests, ideas and questions regarding WTMG. We're also on our [Slack](https://join.slack.com/t/welcometomygarden/shared_invite/zt-f31i37dj-_zFgnfe40B6EexJuB2f_~w).
Use [Discussions](https://github.com/WelcometoMyGarden/welcometomygarden/discussions) to discuss feature requests, ideas and questions regarding WTMG.

Problems & bug reports are welcome in [Issues](https://github.com/WelcometoMyGarden/welcometomygarden/issues).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repository houses the entire Welcome To My Garden app.

## Contributing

Use [Discussions](https://github.com/WelcometoMyGarden/welcometomygarden/discussions) to discuss feature requests, ideas and questions regarding WTMG. We're also on our [Slack](https://join.slack.com/t/welcometomygarden/shared_invite/zt-f31i37dj-_zFgnfe40B6EexJuB2f_~w).
Use [Discussions](https://github.com/WelcometoMyGarden/welcometomygarden/discussions) to discuss feature requests, ideas and questions regarding WTMG.

Problems & bug reports are welcome in [Issues](https://github.com/WelcometoMyGarden/welcometomygarden/issues).

Expand Down
14 changes: 0 additions & 14 deletions src/lib/components/Socials.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
name: 'GitHub',
link: 'https://github.com/WelcometoMyGarden/welcometomygarden',
iconFileName: 'github.svg'
},
{
name: 'Slack',
link: 'https://join.slack.com/t/welcometomygarden/shared_invite/zt-f31i37dj-_zFgnfe40B6EexJuB2f_~w',
iconFileName: 'slack.svg'
}
];
</script>
Expand All @@ -53,15 +48,6 @@
<img src="/images/icons/github.svg" alt="GitHub" />
</a>
</li> -->
<!-- <li>
<a
href=""
target="_blank"
rel="noreferrer"
>
<img src="" alt="Slack" />
</a>
</li> -->
<!-- Todo: remove mail icon? -->
</ul>

Expand Down
10 changes: 0 additions & 10 deletions static/images/icons/slack.svg

This file was deleted.

0 comments on commit a1ddc7f

Please sign in to comment.