Skip to content

Commit 186af29

Browse files
author
Julian Roeland
committed
🎨 - refactor: component name change
1 parent 387c877 commit 186af29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Logo/Logo.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export function Logo({ width }: LogoProps) {
88
return <img src="/logo.svg" alt="Open Archiefbeheer Logo" width={width} />;
99
}
1010

11-
export function LogoDialog({ width = 128 }: LogoProps) {
11+
export function LogoDropdown({ width = 128 }: LogoProps) {
1212
return (
1313
<Dropdown
1414
aria-label="Versie"

0 commit comments

Comments
 (0)