Skip to content

Commit

Permalink
chore: add the missing return button in the subscription form (They a…
Browse files Browse the repository at this point in the history
…re already in the design handover) (#932)

Because

- update `BreadcrumbWithLink`

This commit

- update `BreadcrumbWithLink`
  • Loading branch information
iamnamananand996 committed Feb 7, 2024
1 parent 7e600f8 commit 03ef163
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Icons } from "@instill-ai/design-system";
import Link from "next/link";
import React from "react";
import React, { ReactElement } from "react";

export type BreadcrumbWithLinkItem = {
label: string;
label: ReactElement | string;
link?: string;
};

Expand Down

0 comments on commit 03ef163

Please sign in to comment.