Skip to content

Commit

Permalink
Fix stray generic LinkProps
Browse files Browse the repository at this point in the history
  • Loading branch information
Allypost committed Sep 19, 2023
1 parent b82e104 commit 8f6de72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/multimedia/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const items = [
] satisfies {
title: string;
description: string;
link: LinkProps<string>["href"];
link: LinkProps["href"];
image: string;
}[];

Expand Down

0 comments on commit 8f6de72

Please sign in to comment.