Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed Sep 27, 2024
1 parent df3e24c commit 424315d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Card/Tutorial/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { FC, ReactNode } from "react";
import { Link } from "react-router-dom";
import Heading from "@theme/Heading";
import Heading, { HeadingType } from "@theme/Heading";
import clsx from "clsx";
import styles from "./index.module.scss";

Expand All @@ -9,7 +9,7 @@ type Props = {
body: ReactNode;
buttonLabel: string;
buttonLarge?: boolean;
titleHeadingType?: string;
titleHeadingType?: HeadingType;
link: string;
};

Expand Down

0 comments on commit 424315d

Please sign in to comment.