Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/update-donation-links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
default: patch
---

Updated Support links to point to https://opencollective.com/sable
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All types of contributions are encouraged and valued. Please make sure to read t
> And if you like the project, but just don't have time to contribute, that's fine. There are other easy ways to support the project and show your appreciation, which we would also be very happy about:
>
> - Star the project
> - [Donate](https://opencollective.com/sable)! ❤️
> - Talk about it!
> - Refer this project in your project's readme
> - Mention the project at local meetups and tell your friends/colleagues
Expand Down
2 changes: 1 addition & 1 deletion src/app/features/settings/about/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export function About({ requestBack, requestClose }: Readonly<AboutProps>) {
</Button>
<Button
as="a"
href="https://github.com/SableClient/Sable/pulls"
href="https://opencollective.com/sable"
rel="noreferrer noopener"
target="_blank"
variant="Critical"
Expand Down
4 changes: 1 addition & 3 deletions src/app/pages/client/WelcomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ export function WelcomePage() {
Source Code
</Text>
</Button>
{/*
<Button
as="a"
href="https://github.com/SableClient/Sable"
href="https://opencollective.com/sable"
target="_blank"
rel="noreferrer noopener"
fill="Soft"
Expand All @@ -54,7 +53,6 @@ export function WelcomePage() {
Support
</Text>
</Button>
*/}
</Box>
</Box>
<Box direction="Column" gap="200" alignItems="Center">
Expand Down
Loading