chore: update repo url
This commit is contained in:
parent
384ab7e737
commit
466ec03fb3
2 changed files with 2 additions and 2 deletions
|
@ -422,7 +422,7 @@ function AboutSection() {
|
||||||
<Text>Yet another matrix client</Text>
|
<Text>Yet another matrix client</Text>
|
||||||
|
|
||||||
<div className="settings-about__btns">
|
<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
|
Source code
|
||||||
</Button>
|
</Button>
|
||||||
<Button onClick={() => window.open('https://cinny.in/#sponsor')}>Support</Button>
|
<Button onClick={() => window.open('https://cinny.in/#sponsor')}>Support</Button>
|
||||||
|
|
|
@ -33,7 +33,7 @@ export function WelcomePage() {
|
||||||
<Box grow="Yes" style={{ maxWidth: toRem(300) }} direction="Column" gap="300">
|
<Box grow="Yes" style={{ maxWidth: toRem(300) }} direction="Column" gap="300">
|
||||||
<Button
|
<Button
|
||||||
as="a"
|
as="a"
|
||||||
href="https://github.com/cinnyapp/cinny"
|
href="https://forgejo.sup39.dev/supnas/cinny"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer noopener"
|
rel="noreferrer noopener"
|
||||||
before={<Icon size="200" src={Icons.Code} />}
|
before={<Icon size="200" src={Icons.Code} />}
|
||||||
|
|
Loading…
Reference in a new issue