Commit a4c980b Julian Roeland
committed
1 parent 387c877 commit a4c980b Copy full SHA for a4c980b
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import {
29
29
import { useAsync } from "react-use" ;
30
30
31
31
import "./App.css" ;
32
- import { Logo , LogoDialog } from "./components/Logo" ;
32
+ import { Logo , LogoDropdown } from "./components/Logo" ;
33
33
import {
34
34
OidcConfigContext ,
35
35
OidcConfigContextType ,
@@ -106,7 +106,7 @@ function App() {
106
106
value = { {
107
107
breadcrumbItems,
108
108
primaryNavigationItems : [
109
- < LogoDialog key = "logo" width = { 32 } /> ,
109
+ < LogoDropdown key = "logo" width = { 32 } /> ,
110
110
{
111
111
children : < Solid . HomeIcon /> ,
112
112
title : "Home" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export function Logo({ width }: LogoProps) {
8
8
return < img src = "/logo.svg" alt = "Open Archiefbeheer Logo" width = { width } /> ;
9
9
}
10
10
11
- export function LogoDialog ( { width = 128 } : LogoProps ) {
11
+ export function LogoDropdown ( { width = 128 } : LogoProps ) {
12
12
return (
13
13
< Dropdown
14
14
aria-label = "Versie"
You can’t perform that action at this time.
0 commit comments