fix(dashboard): fix reservation's button text + documentation links (#7405)
* fix(dashboard): fix reservation's button text * change documentation links
This commit is contained in:
@@ -248,7 +248,11 @@ const LoggedInUser = () => {
|
|||||||
<DropdownMenu.Content align="center">
|
<DropdownMenu.Content align="center">
|
||||||
<Profile />
|
<Profile />
|
||||||
<DropdownMenu.Separator />
|
<DropdownMenu.Separator />
|
||||||
<Link to="https://docs.medusajs.com/user-guide" target="_blank">
|
<Link
|
||||||
|
// TODO change link once docs are public
|
||||||
|
to="https://medusa-docs-v2-git-docs-v2-medusajs.vercel.app/"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
<DropdownMenu.Item>
|
<DropdownMenu.Item>
|
||||||
<BookOpen className="text-ui-fg-subtle mr-2" />
|
<BookOpen className="text-ui-fg-subtle mr-2" />
|
||||||
Documentation
|
Documentation
|
||||||
|
|||||||
+2
-1
@@ -170,7 +170,8 @@ export const EditProfileForm = ({ user, usageInsights }: EditProfileProps) => {
|
|||||||
<a
|
<a
|
||||||
key="hint-link"
|
key="hint-link"
|
||||||
className="text-ui-fg-interactive hover:text-ui-fg-interactive-hover transition-fg underline"
|
className="text-ui-fg-interactive hover:text-ui-fg-interactive-hover transition-fg underline"
|
||||||
href="https://docs.medusajs.com/usage#admin-analytics"
|
// TODO change link once docs are public
|
||||||
|
href="https://medusa-resources-git-docs-v2-medusajs.vercel.app/resources/usage#admin-analytics"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
/>,
|
/>,
|
||||||
|
|||||||
+1
-1
@@ -124,7 +124,7 @@ export const CreateReservationForm = () => {
|
|||||||
size="small"
|
size="small"
|
||||||
isLoading={isPending}
|
isLoading={isPending}
|
||||||
>
|
>
|
||||||
{t("actions.reservation")}
|
{t("actions.create")}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</RouteFocusModal.Header>
|
</RouteFocusModal.Header>
|
||||||
|
|||||||
Reference in New Issue
Block a user