diff --git a/src/components/home-header.tsx b/src/components/home-header.tsx index a5e6254..fb8c820 100644 --- a/src/components/home-header.tsx +++ b/src/components/home-header.tsx @@ -35,7 +35,7 @@ const HomeHeader = ({ onImportProfileDialogOpen, onCreateProfileDialogOpen, }: Props) => { - const _handleLogoClick = () => { + 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", @@ -44,17 +44,17 @@ const HomeHeader = ({ }; return (
-
+
{selectedProfiles.length > 0 ? ( -
+
{selectedProfiles.length} profile {selectedProfiles.length !== 1 ? "s" : ""} selected