diff --git a/README.md b/README.md index 778450d0..8dd2fcff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Cyd +![Cyd](./assets/cyd-readme-header.png) -![Cyd](./assets/cyd-sign.png) +# Cyd: Claw back your data from Big Tech Tech platforms can't be trusted. It's time to regain control of your data. [Cyd](https://cyd.social/) is an open source app for Windows, Mac, and Linux that lets you back up and selectively delete your data, and migrate it to open platforms. diff --git a/assets/cyd-readme-header.png b/assets/cyd-readme-header.png new file mode 100644 index 00000000..357d9602 Binary files /dev/null and b/assets/cyd-readme-header.png differ diff --git a/assets/cyd-sign.png b/assets/cyd-sign.png deleted file mode 100644 index b47f815f..00000000 Binary files a/assets/cyd-sign.png and /dev/null differ diff --git a/src/renderer/src/views/AboutView.vue b/src/renderer/src/views/AboutView.vue index 435692f8..b126ffff 100644 --- a/src/renderer/src/views/AboutView.vue +++ b/src/renderer/src/views/AboutView.vue @@ -9,6 +9,10 @@ defineProps<{ shouldShow: boolean; }>(); +const sourceClicked = async () => { + await window.electron.openURL("https://github.com/lockdown-systems/cyd"); +}; + const privacyClicked = async () => { await window.electron.openURL("https://cyd.social/privacy"); }; @@ -42,7 +46,8 @@ onMounted(async () => { version {{ appVersion }}

- Copyright © Lockdown Systems LLC {{ currentYear }} + Copyright © Lockdown Systems LLC {{ currentYear }}, licensed under GPLv3
+ Source Code Privacy Policy Terms of Use