Skip to content

Commit

Permalink
Merge pull request canonical#13393 from albertkol/update-links
Browse files Browse the repository at this point in the history
Update links of the support portal
  • Loading branch information
albertkol authored Dec 11, 2023
2 parents d415c29 + 935fdd3 commit 1a419ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import { ICONS, Icon, List, Tabs, Tooltip } from "@canonical/react-components";
import React, { HTMLProps, useState } from "react";
import type { ReactNode } from "react";
import React, { HTMLProps, useState } from "react";
import { Icon, ICONS, List, Tabs, Tooltip } from "@canonical/react-components";
import { UserSubscription } from "advantage/api/types";
import {
EntitlementsStore,
filterAndFormatEntitlements,
} from "advantage/react/utils/filterAndFormatEntitlements";
import {
isBlenderSubscription,
isFreeSubscription,
} from "advantage/react/utils";
import {
EntitlementsStore,
filterAndFormatEntitlements,
} from "advantage/react/utils/filterAndFormatEntitlements";
import { sendAnalyticsEvent } from "advantage/react/utils/sendAnalyticsEvent";
import FeaturesTab from "./components/FeaturesTab";

Expand Down Expand Up @@ -113,7 +113,7 @@ const DetailsTabs = ({
<tr>
<td data-test="doc-link">Knowledge Base</td>
<td>
<a href="https://portal.support.canonical.com/?_ga=2.3371065.849364026.1691488233-1001052631.1648559628">
<a href="https://support-portal.canonical.com/knowledge-base">
Online library of articles and tutorials
</a>
</td>
Expand All @@ -122,7 +122,7 @@ const DetailsTabs = ({
<tr>
<td data-test="doc-link">{supportLevel}</td>
<td>
<a href="https://portal.support.canonical.com/staff/s/contactsupport">
<a href="https://support-portal.canonical.com/contact-us">
Phone and ticket support
</a>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export const SubscriptionDetails = forwardRef<HTMLDivElement, Props>(
data-test="support-button"
disabled={editing}
element="a"
href="https://portal.support.canonical.com/"
href="https://support-portal.canonical.com/"
>
Support portal
</Button>
Expand Down

0 comments on commit 1a419ab

Please sign in to comment.