We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186af29 commit d814f13Copy full SHA for d814f13
frontend/src/App.tsx
@@ -29,7 +29,7 @@ import {
29
import { useAsync } from "react-use";
30
31
import "./App.css";
32
-import { Logo, LogoDialog } from "./components/Logo";
+import { Logo, LogoDropdown } from "./components/Logo";
33
import {
34
OidcConfigContext,
35
OidcConfigContextType,
@@ -106,7 +106,7 @@ function App() {
106
value={{
107
breadcrumbItems,
108
primaryNavigationItems: [
109
- <LogoDialog key="logo" width={32} />,
+ <LogoDropdown key="logo" width={32} />,
110
{
111
children: <Solid.HomeIcon />,
112
title: "Home",
0 commit comments