chore(dashboard): text changes and fixes (#7925)

- Improvements to existing texts
- Add subtitles to sections where useful.
- Added the ability to edit the message shown in a list when no records are found + change the message where necessary
- Change documentation link to `https://docs.medusajs.com/v2`.
This commit is contained in:
Shahed Nasser
2024-07-05 12:14:10 +00:00
committed by GitHub
parent f4dd390ab1
commit eafa3560ae
41 changed files with 377 additions and 149 deletions
@@ -319,11 +319,7 @@ const LoggedInUser = () => {
<Profile />
<DropdownMenu.Separator />
<DropdownMenu.Item asChild>
<Link
// TODO change link once docs are public
to="https://medusa-docs-v2-git-docs-v2-medusajs.vercel.app/"
target="_blank"
>
<Link to="https://docs.medusajs.com/v2" target="_blank">
<BookOpen className="text-ui-fg-subtle mr-2" />
Documentation
</Link>