fix: update links to use the new domain for the project

This commit is contained in:
2026-02-22 00:13:01 +11:00
parent e218ab5c37
commit f87978ea9c
4 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
/>
<meta property="og:title" content="Paarrot" />
<meta property="og:url" content="https://git.ruv.wtf/litruv/cinny-desktop" />
<meta property="og:url" content="https://synbox.ruv.wtf:8418/litruv/cinny-desktop" />
<meta property="og:image" content="./public/res/android/android-chrome-192x192.png" />
<meta
property="og:description"

View File

@@ -60,7 +60,7 @@ export function About({ requestClose }: AboutProps) {
<Box gap="200" wrap="Wrap">
<Button
as="a"
href="https://git.ruv.wtf/litruv/cinny-desktop"
href="https://synbox.ruv.wtf:8418/litruv/cinny-desktop"
rel="noreferrer noopener"
target="_blank"
variant="Secondary"

View File

@@ -5,13 +5,13 @@ import * as css from './styles.css';
export function AuthFooter() {
return (
<Box className={css.AuthFooter} justifyContent="Center" gap="400" wrap="Wrap">
<Text as="a" size="T300" href="https://git.ruv.wtf/litruv/cinny-desktop" target="_blank" rel="noreferrer">
<Text as="a" size="T300" href="https://synbox.ruv.wtf:8418/litruv/cinny-desktop" target="_blank" rel="noreferrer">
About
</Text>
<Text
as="a"
size="T300"
href="https://git.ruv.wtf/litruv/cinny-desktop/releases"
href="https://synbox.ruv.wtf:8418/litruv/cinny-desktop/releases"
target="_blank"
rel="noreferrer"
>

View File

@@ -27,7 +27,7 @@ export function WelcomePage() {
Squawk to yer mateys!{' '}
{version && (
<a
href="https://git.ruv.wtf/litruv/cinny-desktop/releases"
href="https://synbox.ruv.wtf:8418/litruv/cinny-desktop/releases"
target="_blank"
rel="noreferrer noopener"
>
@@ -41,7 +41,7 @@ export function WelcomePage() {
<Box grow="Yes" style={{ maxWidth: toRem(300) }} direction="Column" gap="300">
<Button
as="a"
href="https://git.ruv.wtf/litruv/cinny-desktop"
href="https://synbox.ruv.wtf:8418/litruv/cinny-desktop"
target="_blank"
rel="noreferrer noopener"
before={<Icon size="200" src={Icons.Code} />}