diff --git a/components/ui/devgpt-logo.tsx b/components/ui/devgpt-logo.tsx new file mode 100644 index 0000000..2a53d4b --- /dev/null +++ b/components/ui/devgpt-logo.tsx @@ -0,0 +1,29 @@ +export function DevGPTLogo(props: JSX.IntrinsicElements["svg"]) { + return ( + + + + + ); +} + +DevGPTLogo.displayName = "DevGPT-logo";