Repository URL to install this package:
|
Version:
8.0.0 ▾
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`LogoLink when logoUrl is not provided should match a snapshot 1`] = `
<a
aria-label="Logo"
className="LogoLink"
href="/"
>
<img
alt="Logo"
className="LogoLink-image"
src="/some/logo/link"
/>
</a>
`;
exports[`LogoLink when logoUrl is provided should match a snapshot 1`] = `
<a
aria-label="Logo"
className="LogoLink"
href="/"
>
<img
alt="Logo"
className="LogoLink-image"
src="/some/logo/link"
/>
</a>
`;