import { useTranslation } from "react-i18next"; import AllHandsLogo from "#/assets/branding/all-hands-logo.svg?react"; import { I18nKey } from "#/i18n/declaration"; import { TooltipButton } from "./tooltip-button"; export function AllHandsLogoButton() { const { t } = useTranslation(); return ( ); }