mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-02-04 13:50:20 -07:00
revert 0a448813dd
revert Manually apply Signed-off-by: limepotato <limepot@protonmail.ch>
This commit is contained in:
parent
53d3e51ff7
commit
6ec4e431a1
1 changed files with 0 additions and 4 deletions
|
@ -22,7 +22,6 @@ const props = defineProps<{
|
||||||
themeColor?: string;
|
themeColor?: string;
|
||||||
softwareName?: string;
|
softwareName?: string;
|
||||||
};
|
};
|
||||||
host: string | null;
|
|
||||||
}>();
|
}>();
|
||||||
|
|
||||||
let ticker = $ref<HTMLElement | null>(null);
|
let ticker = $ref<HTMLElement | null>(null);
|
||||||
|
@ -39,9 +38,6 @@ const instance = props.instance ?? {
|
||||||
softwareName: Instance.softwareName || "Iceshrimp",
|
softwareName: Instance.softwareName || "Iceshrimp",
|
||||||
};
|
};
|
||||||
|
|
||||||
const instanceInfoUrl =
|
|
||||||
props.host == null ? "/about" : `/instance-info/${props.host}`;
|
|
||||||
|
|
||||||
const capitalize = (s: string) => s && s[0].toUpperCase() + s.slice(1);
|
const capitalize = (s: string) => s && s[0].toUpperCase() + s.slice(1);
|
||||||
|
|
||||||
const computedStyle = getComputedStyle(document.documentElement);
|
const computedStyle = getComputedStyle(document.documentElement);
|
||||||
|
|
Loading…
Reference in a new issue