Skip to content

Commit

Permalink
moar types
Browse files Browse the repository at this point in the history
  • Loading branch information
mimecuvalo committed Nov 5, 2023
1 parent ad00272 commit 6a22603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ContentLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { contentUrl } from 'util/url-factory';
const ContentLink = forwardRef(
(
props: {
children: JSX.Element;
children: JSX.Element | string;
item: Pick<Content, 'title' | 'forceRefresh' | 'hidden' | 'username' | 'section' | 'album' | 'name'>;
currentContent?: Content;
rel?: string;
Expand Down

1 comment on commit 6a22603

@vercel
Copy link

@vercel vercel bot commented on 6a22603 Nov 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.