Skip to content

Commit d814f13

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/App.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {
2929
import { useAsync } from "react-use";
3030

3131
import "./App.css";
32-
import { Logo, LogoDialog } from "./components/Logo";
32+
import { Logo, LogoDropdown } from "./components/Logo";
3333
import {
3434
OidcConfigContext,
3535
OidcConfigContextType,
@@ -106,7 +106,7 @@ function App() {
106106
value={{
107107
breadcrumbItems,
108108
primaryNavigationItems: [
109-
<LogoDialog key="logo" width={32} />,
109+
<LogoDropdown key="logo" width={32} />,
110110
{
111111
children: <Solid.HomeIcon />,
112112
title: "Home",

0 commit comments

Comments
 (0)