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>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Misskey API</title>
|
<title>Sharkey API</title>
|
||||||
<!-- needed for adaptive design -->
|
<!-- needed for adaptive design -->
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<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
|
@bindThis
|
||||||
private generateCommonPugData(meta: MiMeta) {
|
private generateCommonPugData(meta: MiMeta) {
|
||||||
return {
|
return {
|
||||||
instanceName: meta.name ?? 'Misskey',
|
instanceName: meta.name ?? 'Sharkey',
|
||||||
icon: meta.iconUrl,
|
icon: meta.iconUrl,
|
||||||
appleTouchIcon: meta.app512IconUrl,
|
appleTouchIcon: meta.app512IconUrl,
|
||||||
themeColor: meta.themeColor,
|
themeColor: meta.themeColor,
|
||||||
|
|
|
@ -18,7 +18,7 @@ doctype html
|
||||||
|
|
||||||
Thank you for using Sharkey!
|
Thank you for using Sharkey!
|
||||||
If you are reading this message... how about joining the development?
|
If you are reading this message... how about joining the development?
|
||||||
https://github.com/transfem-org/sharkkey
|
https://github.com/transfem-org/sharkey
|
||||||
|
|
||||||
|
|
||||||
html
|
html
|
||||||
|
|
|
@ -13,7 +13,7 @@ doctype html
|
||||||
|
|
||||||
Thank you for using Sharkey!
|
Thank you for using Sharkey!
|
||||||
If you are reading this message... how about joining the development?
|
If you are reading this message... how about joining the development?
|
||||||
https://github.com/transfem-org/sharkkey
|
https://github.com/transfem-org/sharkey
|
||||||
|
|
||||||
|
|
||||||
html
|
html
|
||||||
|
|
Loading…
Reference in a new issue