Skip to content

Commit b092e0d

Browse files
authored
Update support links (#661)
<!-- Please read https://github.com/SableClient/Sable/blob/dev/CONTRIBUTING.md before submitting your pull request --> ### Description <!-- Please include a summary of the change. Please also include relevant motivation and context. List any dependencies that are required for this change. --> Update support buttons to point to https://opencollective.com/sable #### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ### Checklist: - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings ### AI disclosure: - [ ] Partially AI assisted (clarify which code was AI assisted and briefly explain what it does). - [ ] Fully AI generated (explain what all the generated code does in moderate detail). <!-- Write any explanation required here, but do not generate the explanation using AI!! You must prove you understand what the code in this PR does. -->
2 parents 882876e + ff8d1c7 commit b092e0d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
default: patch
3+
---
4+
5+
Updated Support links to point to https://opencollective.com/sable

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All types of contributions are encouraged and valued. Please make sure to read t
77
> 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:
88
>
99
> - Star the project
10+
> - [Donate](https://opencollective.com/sable)! ❤️
1011
> - Talk about it!
1112
> - Refer this project in your project's readme
1213
> - Mention the project at local meetups and tell your friends/colleagues

src/app/features/settings/about/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export function About({ requestBack, requestClose }: Readonly<AboutProps>) {
209209
</Button>
210210
<Button
211211
as="a"
212-
href="https://github.com/SableClient/Sable/pulls"
212+
href="https://opencollective.com/sable"
213213
rel="noreferrer noopener"
214214
target="_blank"
215215
variant="Critical"

src/app/pages/client/WelcomePage.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ export function WelcomePage() {
4141
Source Code
4242
</Text>
4343
</Button>
44-
{/*
4544
<Button
4645
as="a"
47-
href="https://github.com/SableClient/Sable"
46+
href="https://opencollective.com/sable"
4847
target="_blank"
4948
rel="noreferrer noopener"
5049
fill="Soft"
@@ -54,7 +53,6 @@ export function WelcomePage() {
5453
Support
5554
</Text>
5655
</Button>
57-
*/}
5856
</Box>
5957
</Box>
6058
<Box direction="Column" gap="200" alignItems="Center">

0 commit comments

Comments
 (0)