diff --git a/src/components/home-header.tsx b/src/components/home-header.tsx index 3a448a5..f6e6a51 100644 --- a/src/components/home-header.tsx +++ b/src/components/home-header.tsx @@ -34,10 +34,24 @@ const HomeHeader = ({ onImportProfileDialogOpen, onCreateProfileDialogOpen, }: Props) => { + const handleLogoClick = () => { + // Trigger the same URL handling logic as if the URL came from the system + const event = new CustomEvent("url-open-request", { + detail: "https://donutbrowser.com", + }); + window.dispatchEvent(event); + }; return (
- + {selectedProfiles.length > 0 ? (