diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index c6b2a1611..238385670 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1,4 @@ # These are supported funding model platforms -patreon: syuilo +github: transfem-org +ko-fi: transfem diff --git a/README.md b/README.md index 72de9233f..a816a7840 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ ## ✨ Features - **ActivityPub support**\ -Not on Misskey? No problem! Not only can Misskey instances talk to each other, but you can make friends with people on other networks like Mastodon and Pixelfed! +Not on Sharky? No problem! Not only can Sharky instances talk to each other, but you can make friends with people on other networks like Mastodon and Pixelfed! - **Reactions**\ You can add emoji reactions to any post! No longer are you bound by a like button, show everyone exactly how you feel with the tap of a button. - **Drive**\ -With Misskey's built in drive, you get cloud storage right in your social media, where you can upload any files, make folders, and find media from posts you've made! +With Sharky's built in drive, you get cloud storage right in your social media, where you can upload any files, make folders, and find media from posts you've made! - **Rich Web UI**\ - Misskey has a rich and easy to use Web UI! + Sharky has a rich and easy to use Web UI! It is highly customizable, from changing the layout and adding widgets to making custom themes. Furthermore, plugins can be created using AiScript, an original programming language. - And much more... diff --git a/packages/frontend/assets/about-icon.png b/packages/frontend/assets/about-icon.png index 15fd1e373..d59263cd8 100644 Binary files a/packages/frontend/assets/about-icon.png and b/packages/frontend/assets/about-icon.png differ diff --git a/packages/frontend/assets/misskey.svg b/packages/frontend/assets/misskey.svg deleted file mode 100644 index 3fcb2d3ec..000000000 --- a/packages/frontend/assets/misskey.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/frontend/assets/sharkey.svg b/packages/frontend/assets/sharkey.svg new file mode 100644 index 000000000..82f8c8cfa --- /dev/null +++ b/packages/frontend/assets/sharkey.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/frontend/src/pages/about-misskey.vue b/packages/frontend/src/pages/about-misskey.vue index 37c869f98..bb776cc5a 100644 --- a/packages/frontend/src/pages/about-misskey.vue +++ b/packages/frontend/src/pages/about-misskey.vue @@ -12,7 +12,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
Misskey
+
Sharkey
v{{ version }}
@@ -25,24 +25,19 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts._aboutMisskey.about }}
{{ i18n.ts.learnMore }}
- I #Misskey + I #Sharkey
diff --git a/packages/frontend/src/pages/welcome.entrance.a.vue b/packages/frontend/src/pages/welcome.entrance.a.vue index 998d94248..d446b198d 100644 --- a/packages/frontend/src/pages/welcome.entrance.a.vue +++ b/packages/frontend/src/pages/welcome.entrance.a.vue @@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-only
- +
diff --git a/packages/frontend/src/ui/classic.sidebar.vue b/packages/frontend/src/ui/classic.sidebar.vue index 9172d5189..6f22a736f 100644 --- a/packages/frontend/src/ui/classic.sidebar.vue +++ b/packages/frontend/src/ui/classic.sidebar.vue @@ -55,7 +55,7 @@ import { openAccountMenu as openAccountMenu_, $i } from '@/account.js'; import MkButton from '@/components/MkButton.vue'; // import { StickySidebar } from '@/scripts/sticky-sidebar.js'; // import { mainRouter } from '@/router.js'; -//import MisskeyLogo from '@assets/client/misskey.svg'; +//import MisskeyLogo from '@assets/client/sharkey.svg'; import { defaultStore } from '@/store.js'; import { instance } from '@/instance.js'; import { i18n } from '@/i18n.js';