Browse Source

update sponsor links

AykutSarac 2 năm trước cách đây
mục cha
commit
5a358d1222
2 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 3 3
      .github/FUNDING.yml
  2. 1 1
      src/containers/Home/index.tsx

+ 3 - 3
.github/FUNDING.yml

@@ -1,8 +1,8 @@
 # These are supported funding model platforms
 
-github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
-patreon: aykutsarac
-open_collective: jsonvisio
+github: AykutSarac
+patreon: # patreon name
+open_collective: # opencollective name
 ko_fi: # Replace with a single Ko-fi username
 tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
 community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry

+ 1 - 1
src/containers/Home/index.tsx

@@ -189,7 +189,7 @@ const Home: React.FC = () => {
         </Styles.StyledMinorTitle>
         <Styles.StyledButton
           status="SUCCESS"
-          onClick={() => push("https://www.patreon.com/aykutsarac")}
+          onClick={() => push("https://github.com/sponsors/AykutSarac")}
         >
           Become A Sponsor!
         </Styles.StyledButton>