Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
move logo component
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-kracht committed Jan 22, 2024
1 parent 84002f3 commit 5b8bb82
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/pages/OnboardingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useNamespace, useNamespaceActions } from "~/util/store/namespace";

import Alert from "~/design/Alert";
import Button from "~/design/Button";
import Logo from "~/componentsNext/Logo";
import Logo from "~/components/Logo";
import NamespaceCreate from "~/components/NamespaceEdit";
import { pages } from "~/util/router/pages";
import { useListNamespaces } from "~/api/namespaces/query/get";
Expand Down
2 changes: 1 addition & 1 deletion src/pages/namespace/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Outlet, useParams } from "react-router-dom";
import { useNamespace, useNamespaceActions } from "~/util/store/namespace";

import Breadcrumb from "~/components/Breadcrumb";
import Logo from "~/componentsNext/Logo";
import Logo from "~/components/Logo";
import { Menu } from "lucide-react";
import Navigation from "~/components/Navigation";
import NotificationMenu from "~/components/NotificationMenu";
Expand Down
2 changes: 1 addition & 1 deletion src/util/router/ErrorPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ArrowLeft, Home, RefreshCcw } from "lucide-react";
import { Link, isRouteErrorResponse, useRouteError } from "react-router-dom";

import Button from "~/design/Button";
import Logo from "~/componentsNext/Logo";
import Logo from "~/components/Logo";
import { useTranslation } from "react-i18next";

const ErrorPage = () => {
Expand Down

0 comments on commit 5b8bb82

Please sign in to comment.