import Sticky from "react-stickynode"; import { Icons } from "@/components/Icon"; import { SidebarLink, SidebarSection } from "@/components/layout/Sidebar"; import { Divider } from "@/components/utils/Divider"; import { conf } from "@/setup/config"; export function SidebarPart() { // eslint-disable-next-line no-restricted-globals const hostname = location.hostname; const rem = 16; return (
A war in my name! TANSTAAFL We all float down here My skin is not my own
Version {conf().APP_VERSION}
Domain {hostname}
); }