Commit 048aee8d authored by Dimitrios Gogos's avatar Dimitrios Gogos
Browse files

fix: correct spelling of Catalogue in navigation links

parent 8aba571f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
import { LoginTabKey, MyApplicationsTabKey } from "./interfaces";

export const navLinks = [
  { id: 1, name: "Api Cataloque", path: "/" },
  { id: 1, name: "Api Catalogue", path: "/" },
  // { id: 2, name: "My APIs", path: "/my-apis" },
  { id: 3, name: "My Applications", path: "/my-applications" },
];