Skip to content

Commit ba5c443

Browse files
committed
fix: log error
1 parent ae36386 commit ba5c443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DocsNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const TextDiv = ({ children, className, ...props }) => (
2626

2727
type DocsArrayProps = {
2828
href: string
29-
id: TranslationKey
29+
id: string
3030
}
3131

3232
type CardLinkProps = {

0 commit comments

Comments
 (0)