Skip to content

Commit e83e08a

Browse files
committed
editing tilegrid icons and paths
1 parent 07e864e commit e83e08a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/pages/machine-workload-identity/machine-id/deployment/deployment.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ and [Architecture](../../../reference/architecture/machine-id-architecture.mdx)
5353
<TileGrid
5454
tiles={[
5555
{
56-
icon: <Icon name="aws.svg" size="xl" />,
56+
icon: <Icon name="aws" size="xl" />,
5757
to: "./aws",
5858
name: "AWS",
5959
},
@@ -63,7 +63,7 @@ and [Architecture](../../../reference/architecture/machine-id-architecture.mdx)
6363
name: "Azure",
6464
},
6565
{
66-
icon: <Icon name="azure-devops.svg" size="xl" />,
66+
icon: <Icon name="azure" size="xl" />,
6767
to: "./azure-devops",
6868
name: "Azure DevOps",
6969
},
@@ -108,7 +108,7 @@ and [Architecture](../../../reference/architecture/machine-id-architecture.mdx)
108108
name: "Linux",
109109
},
110110
{
111-
icon: <Icon name="linux-tpm" size="xl" />,
111+
icon: <Icon name="lock" size="xl" />,
112112
to: "./linux-tpm",
113113
name: "Linux TPM",
114114
},

docs/pages/machine-workload-identity/workload-identity/workload-identity.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,27 @@ issues flexible short-lived identities to workloads in your infrastructure.
1919
<TileGrid
2020
tiles={[
2121
{
22-
icon: <Icon name="awsSvg" size="xl" />,
22+
icon: <Icon name="aws" size="xl" />,
2323
to: "./aws-oidc-federation",
2424
name: "AWS OIDC Federation",
2525
},
2626
{
27-
icon: <Icon name="aws-identity-center.svg" size="xl" />,
27+
icon: <Icon name="awsIdentity" size="xl" />,
2828
to: "./aws-roles-anywhere",
2929
name: "AWS Roles Anywhere",
3030
},
3131
{
32-
icon: <Icon name="azure.svg" size="xl" />,
32+
icon: <Icon name="azure" size="xl" />,
3333
to: "./azure-federated-credentials",
3434
name: "Azure Federated Credentials",
3535
},
3636
{
37-
icon: <Icon name="googleCloud.svg" size="xl" />,
37+
icon: <Icon name="googleCloud" size="xl" />,
3838
to: "./gcp-workload-identity-federation-jwt",
3939
name: "GCP Workload Identity Federation",
4040
},
4141
{
42-
icon: <Icon name="code.svg" size="xl" />,
42+
icon: <Icon name="code" size="xl" />,
4343
to: "./tsh",
4444
name: "Manually issue SPIFFE SVIDs with Teleport CLI tool tsh",
4545
}

0 commit comments

Comments
 (0)