diff --git a/frontend/src/components/Logo.tsx b/frontend/src/components/Logo.tsx index dbe19b6..0f470e2 100644 --- a/frontend/src/components/Logo.tsx +++ b/frontend/src/components/Logo.tsx @@ -1,11 +1,21 @@ import { DotIcon } from "@phosphor-icons/react"; import "@fontsource/knewave/400.css"; -export default function Logo({ scale = 1 }) { +export default function Logo({ scale = 1, inline = false }) { + if (inline) { + // for span elements + return ( + + Pi. Ku + .  + + ); + } + return (