Skip to content

Commit

Permalink
Switch icon
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsparrow committed Mar 11, 2024
1 parent 02a3ce2 commit fa2d9fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/pages/Entity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useParams } from "react-router-dom";
import { Header } from "../components/layout/Header";
import { Main } from "../components/layout/Main";
import { EntityDocument, EntityFragment } from "./Entity.generated";
import { CodeBracketIcon, TableCellsIcon } from "@heroicons/react/24/outline";
import { CodeBracketIcon, ListBulletIcon, TableCellsIcon } from "@heroicons/react/24/outline";
import { Tab, Tabs } from "../components/Tabs";
import { EntitySchema } from "./entity/EntitySchema";
import { EntityDatahubExecutionRequest } from "./entity/EntityDatahubExecutionRequest";
Expand Down Expand Up @@ -31,7 +31,7 @@ export function Entity() {
{
name: "Details",
href: `/entity/${id}`,
icon: TableCellsIcon,
icon: ListBulletIcon,
current: tab === "details",
order: -1,
},
Expand Down

0 comments on commit fa2d9fe

Please sign in to comment.