We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387c877 commit 186af29Copy full SHA for 186af29
frontend/src/components/Logo/Logo.tsx
@@ -8,7 +8,7 @@ export function Logo({ width }: LogoProps) {
8
return <img src="/logo.svg" alt="Open Archiefbeheer Logo" width={width} />;
9
}
10
11
-export function LogoDialog({ width = 128 }: LogoProps) {
+export function LogoDropdown({ width = 128 }: LogoProps) {
12
return (
13
<Dropdown
14
aria-label="Versie"
0 commit comments