Skip to content

Commit 23cfa67

Browse files
committed
Context --> Content
1 parent bfb5f83 commit 23cfa67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/src/modules/provisioners/Provisioner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const Provisioner: FC<ProvisionerProps> = ({
4242
padding: 24,
4343
display: "flex",
4444
alignItems: "center",
45-
justifyContext: "space-between",
45+
justifyContent: "space-between",
4646
gap: 24,
4747
}}
4848
>

site/src/modules/provisioners/ProvisionerGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export const ProvisionerGroup: FC<ProvisionerGroupProps> = ({
122122
padding: 24,
123123
display: "flex",
124124
alignItems: "center",
125-
justifyContext: "space-between",
125+
justifyContent: "space-between",
126126
gap: 24,
127127
}}
128128
>

0 commit comments

Comments
 (0)