feat: update links to point to the new GitHub repository for Paarrot-Desktop
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<meta property="og:title" content="Paarrot" />
|
<meta property="og:title" content="Paarrot" />
|
||||||
<meta property="og:url" content="https://synbox.ruv.wtf:8418/litruv/cinny-desktop" />
|
<meta property="og:url" content="https://github.com/Paarrot/Paarrot-Desktop" />
|
||||||
<meta property="og:image" content="./public/res/android/android-chrome-192x192.png" />
|
<meta property="og:image" content="./public/res/android/android-chrome-192x192.png" />
|
||||||
<meta
|
<meta
|
||||||
property="og:description"
|
property="og:description"
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ export function About({ requestClose }: AboutProps) {
|
|||||||
<Box gap="200" wrap="Wrap">
|
<Box gap="200" wrap="Wrap">
|
||||||
<Button
|
<Button
|
||||||
as="a"
|
as="a"
|
||||||
href="https://synbox.ruv.wtf:8418/litruv/cinny-desktop"
|
href="https://github.com/Paarrot/Paarrot-Desktop"
|
||||||
rel="noreferrer noopener"
|
rel="noreferrer noopener"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
variant="Secondary"
|
variant="Secondary"
|
||||||
|
|||||||
@@ -5,13 +5,13 @@ import * as css from './styles.css';
|
|||||||
export function AuthFooter() {
|
export function AuthFooter() {
|
||||||
return (
|
return (
|
||||||
<Box className={css.AuthFooter} justifyContent="Center" gap="400" wrap="Wrap">
|
<Box className={css.AuthFooter} justifyContent="Center" gap="400" wrap="Wrap">
|
||||||
<Text as="a" size="T300" href="https://synbox.ruv.wtf:8418/litruv/cinny-desktop" target="_blank" rel="noreferrer">
|
<Text as="a" size="T300" href="https://github.com/Paarrot/Paarrot-Desktop" target="_blank" rel="noreferrer">
|
||||||
About
|
About
|
||||||
</Text>
|
</Text>
|
||||||
<Text
|
<Text
|
||||||
as="a"
|
as="a"
|
||||||
size="T300"
|
size="T300"
|
||||||
href="https://synbox.ruv.wtf:8418/litruv/cinny-desktop/releases"
|
href="https://github.com/Paarrot/Paarrot-Desktop/releases/latest"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ export function WelcomePage() {
|
|||||||
Squawk to yer mateys! {' '}
|
Squawk to yer mateys! {' '}
|
||||||
{version && (
|
{version && (
|
||||||
<a
|
<a
|
||||||
href="https://synbox.ruv.wtf:8418/litruv/cinny-desktop/releases"
|
href="https://github.com/Paarrot/Paarrot-Desktop/releases/latest"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer noopener"
|
rel="noreferrer noopener"
|
||||||
>
|
>
|
||||||
@@ -41,7 +41,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://synbox.ruv.wtf:8418/litruv/cinny-desktop"
|
href="https://github.com/Paarrot/Paarrot-Desktop"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer noopener"
|
rel="noreferrer noopener"
|
||||||
before={<Icon size="200" src={Icons.Code} />}
|
before={<Icon size="200" src={Icons.Code} />}
|
||||||
|
|||||||
Reference in New Issue
Block a user