mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-01-29 03:17:38 +01:00
Replaced Twitter links with Bluesky links
This commit is contained in:
parent
4b547726e3
commit
f6492567c5
@ -20,7 +20,7 @@ installation you'll be up and running in less than a minute.
|
||||
|
||||
Directory Lister is created and maintained by
|
||||
[Chris Kankiewicz](https://www.chriskankiewicz.com)
|
||||
([@PHLAK](https://twitter.com/PHLAK)) with help from
|
||||
([@PHLAK.dev](https://bsky.app/profile/phlak.dev)) with help through
|
||||
[community contributions](https://github.com/DirectoryLister/DirectoryLister/graphs/contributors).
|
||||
|
||||
Features
|
||||
@ -73,7 +73,7 @@ Troubleshooting
|
||||
|
||||
See the [Help & Support](https://docs.directorylister.com/help-and-support) section of the documentation for troubleshooting instructions.
|
||||
|
||||
For general help and support join our [GitHub Discussion](https://github.com/DirectoryLister/DirectoryLister/discussions) 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 [Bluesky](https://bsky.app/profile/directorylister.com).
|
||||
|
||||
Please report bugs to the [GitHub Issue Tracker](https://github.com/DirectoryLister/DirectoryLister/issues).
|
||||
|
||||
|
@ -9,8 +9,8 @@
|
||||
<i class="fab fa-github fa-lg"></i>
|
||||
</a>
|
||||
|
||||
<a href="https://twitter.com/DirectoryLister" title="Twitter" class="text-gray-400 mx-2 hover:text-twitter">
|
||||
<i class="fab fa-twitter fa-lg"></i>
|
||||
<a href="https://bsky.app/profile/directorylister.com" title="Bluesky" class="text-gray-400 mx-2 hover:text-bluesky">
|
||||
<i class="fab fa-bluesky fa-lg"></i>
|
||||
</a>
|
||||
|
||||
<a href="https://github.com/DirectoryLister/DirectoryLister/discussions" title="Discussions" class="text-gray-400 mx-2 hover:text-purple-600">
|
||||
|
@ -21,8 +21,8 @@ module.exports = {
|
||||
sans: ['Work Sans', ...defaultTheme.fontFamily.sans],
|
||||
},
|
||||
textColor: {
|
||||
bluesky: '#0886FE',
|
||||
github: '#171515',
|
||||
twitter: '#1DA1F2'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user