diff --git a/.github/CONTRIBUTING b/.github/CONTRIBUTING index 84da915..8dc15b5 100644 --- a/.github/CONTRIBUTING +++ b/.github/CONTRIBUTING @@ -2,9 +2,9 @@ Contributions are **welcome** via Pull Requests on [GitHub](https://github.com/DirectoryLister/DirectoryLister). -**Before contributing** we encourage you to discuss the change on the -[Spectrum Community](https://spectrum.chat/directory-lister) to verify -fit with the overall direction and goals of Directory Lister. +**Before contributing** we encourage you to discuss the change in +[GitHub Discussion](https://github.com/DirectoryLister/DirectoryLister/discussions) +to verify fit with the overall direction and goals of Directory Lister. ## Pull Requests Requirements diff --git a/README.md b/README.md index daeed66..95252db 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

- Join our Community + Join our Community Become a Sponsor One-time Donation
@@ -67,7 +67,7 @@ Troubleshooting See the [Common Issues](https://github.com/DirectoryLister/DirectoryLister/wiki/Common-Issues) page for a list of common issues and help in solving them. -For general help and support join our [Spectrum Community](https://spectrum.chat/directory-lister) or reach out on [Twitter](https://twitter.com/DirectoryLister). +For general help and support join our [GitHub Discussion](https://github.com/DirectoryLister/DirectoryLister/discussions) or reach out on [Twitter](https://twitter.com/DirectoryLister). Please report bugs to the [GitHub Issue Tracker](https://github.com/DirectoryLister/DirectoryLister/issues). diff --git a/app/views/components/footer.twig b/app/views/components/footer.twig index dddb1fb..f99e24e 100644 --- a/app/views/components/footer.twig +++ b/app/views/components/footer.twig @@ -13,7 +13,7 @@ - + diff --git a/tailwind.config.js b/tailwind.config.js index 041da68..3e96182 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -30,7 +30,6 @@ module.exports = { }, textColor: { github: '#171515', - spectrum: '#7B16FF', twitter: '#1DA1F2' } }