Skip to content

Commit

Permalink
chore: Implement peer review
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliiiah committed Jul 16, 2024
1 parent 10bdd71 commit cec3f45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/docs-content/clusters/pcg/deploy-pcg/vmware.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ installation, carefully review the [Prerequisites](#prerequisites) section.

:::further

For detailed guidance on how to deploy app workloads with a PCG, refer to our
[Deploy App Workloads with a PCG](../../../tutorials/cluster-deployment/pcg/deploy-app-pcg.md) tutorial.
Refer to our [Deploy App Workloads with a PCG](../../../tutorials/cluster-deployment/pcg/deploy-app-pcg.md) tutorial for
detailed guidance on how to deploy app workloads with a PCG.

:::

Expand Down
2 changes: 1 addition & 1 deletion src/theme/Admonition/Icon/FurtherGuidance.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import React from "react";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { faGraduationCap } from "@fortawesome/free-solid-svg-icons";

export default function IconTechPreview() {
export default function IconFurtherGuidance() {
return <FontAwesomeIcon icon={faGraduationCap} />;
}

0 comments on commit cec3f45

Please sign in to comment.