chore: update repo url

This commit is contained in:
sup39 2024-08-01 11:32:58 +08:00
parent 384ab7e737
commit 466ec03fb3
Signed by: sup39
GPG key ID: 111C00916C1641E5
2 changed files with 2 additions and 2 deletions

View file

@ -422,7 +422,7 @@ function AboutSection() {
<Text>Yet another matrix client</Text>
<div className="settings-about__btns">
<Button onClick={() => window.open('https://github.com/ajbura/cinny')}>
<Button onClick={() => window.open('https://forgejo.sup39.dev/supnas/cinny')}>
Source code
</Button>
<Button onClick={() => window.open('https://cinny.in/#sponsor')}>Support</Button>

View file

@ -33,7 +33,7 @@ export function WelcomePage() {
<Box grow="Yes" style={{ maxWidth: toRem(300) }} direction="Column" gap="300">
<Button
as="a"
href="https://github.com/cinnyapp/cinny"
href="https://forgejo.sup39.dev/supnas/cinny"
target="_blank"
rel="noreferrer noopener"
before={<Icon size="200" src={Icons.Code} />}