Skip to content
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.
Loading
Diff view
Diff view
Prev Previous commit
Update PopoverPaywall
  • Loading branch information
BrunoQuaresma committed Jan 24, 2025
commit 690f53375a73f30e64266346ac33c78b965d15c7
2 changes: 1 addition & 1 deletion site/src/components/Paywall/PopoverPaywall.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const PopoverPaywall: FC<PopoverPaywallProps> = ({
</li>
</ul>
<div css={styles.learnButton}>
<Button variant="outline" asChild>
<Button asChild>
<a
href="https://coder.com/pricing#compare-plans"
target="_blank"
Expand Down
Loading