import { Link } from "@remix-run/react"; import { Avatar } from "~/components/Avatar"; import { discordFullName } from "~/utils/strings"; import { userVodsPage } from "~/utils/urls"; import type { Vod } from "../vods-types"; export function PovUser({ pov }: { pov: Vod["pov"] }) { if (!pov) return null; if (typeof pov === "string") { return