mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 13:23:08 +02:00
chore: swap misskey assets out
This commit is contained in:
parent
3be606cd02
commit
c056e9f624
7 changed files with 4 additions and 4 deletions
Binary file not shown.
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 66 KiB |
Binary file not shown.
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 19 KiB |
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Misskey API</title>
|
||||
<title>Sharkey API</title>
|
||||
<!-- needed for adaptive design -->
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 64 KiB |
|
@ -168,7 +168,7 @@ export class ClientServerService {
|
|||
@bindThis
|
||||
private generateCommonPugData(meta: MiMeta) {
|
||||
return {
|
||||
instanceName: meta.name ?? 'Misskey',
|
||||
instanceName: meta.name ?? 'Sharkey',
|
||||
icon: meta.iconUrl,
|
||||
appleTouchIcon: meta.app512IconUrl,
|
||||
themeColor: meta.themeColor,
|
||||
|
|
|
@ -18,7 +18,7 @@ doctype html
|
|||
|
||||
Thank you for using Sharkey!
|
||||
If you are reading this message... how about joining the development?
|
||||
https://github.com/transfem-org/sharkkey
|
||||
https://github.com/transfem-org/sharkey
|
||||
|
||||
|
||||
html
|
||||
|
|
|
@ -13,7 +13,7 @@ doctype html
|
|||
|
||||
Thank you for using Sharkey!
|
||||
If you are reading this message... how about joining the development?
|
||||
https://github.com/transfem-org/sharkkey
|
||||
https://github.com/transfem-org/sharkey
|
||||
|
||||
|
||||
html
|
||||
|
|
Loading…
Reference in a new issue