Skip to content

Commit a69359b

Browse files
committed
chore(docs): don't include version for latest react-md
1 parent 92801bb commit a69359b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dev-utils/src/utils/titles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function toBreadcrumbPageTitle(
6363
title = parts.map((p) => toTitle(p)).join(" - ");
6464
}
6565

66-
return `react-md@v2${title ? ` - ${title}` : ""}`;
66+
return `react-md${title ? ` - ${title}` : ""}`;
6767
}
6868

6969
/**

0 commit comments

Comments
 (0)