Skip to content

Commit

Permalink
chore(docs): don't include version for latest react-md
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Apr 24, 2021
1 parent 92801bb commit a69359b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev-utils/src/utils/titles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function toBreadcrumbPageTitle(
title = parts.map((p) => toTitle(p)).join(" - ");
}

return `react-md@v2${title ? ` - ${title}` : ""}`;
return `react-md${title ? ` - ${title}` : ""}`;
}

/**
Expand Down

1 comment on commit a69359b

@vercel
Copy link

@vercel vercel bot commented on a69359b Apr 24, 2021

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.