8000 feat: add premium license behavior for create organization page by jaaydenh · Pull Request #14650 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: add premium license behavior for create organization page #14650

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 5 commits into from
Sep 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
8000
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: remove []
  • Loading branch information
jaaydenh committed Sep 13, 2024
commit 01ae14312ff2b14d3debf9aab1fc7e140a4bfb86
2 changes: 1 addition & 1 deletion site/src/components/Paywall/Paywall.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const Paywall: FC<PaywallProps> = ({
documentationLink,
}) => {
return (
<div css={[styles.root]}>
<div css={styles.root}>
<div>
<Stack direction="row" alignItems="center" css={{ marginBottom: 24 }}>
<h5 css={styles.title}>{message}</h5>
Expand Down
Loading
0