Skip to content

chore: add help tooltips explaining provisioner types #14625

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Sep 17, 2024
Prev Previous commit
Merge branch 'main' into provisioner-types
  • Loading branch information
aslilac committed Sep 17, 2024
commit dfed7ff99de5aa63954556d96d1e807e12dc9a10
4 changes: 2 additions & 2 deletions site/src/modules/provisioners/ProvisionerGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ const styles = {
fontWeight: 600,
}),

text: (theme) => ({
text: {
marginTop: 0,
marginBottom: 12,
}),
},
} satisfies Record<string, Interpolation<Theme>>;
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const Provisioners: Story = {
},
],
],
["じぇいダレン", [MockProvisioner, MockProvisioner2]],
["ジャイデン", [MockProvisioner, MockProvisioner2]],
[
"ケイラ",
[
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.