forked from mickasmt/next-saas-stripe-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: replace react wrap balancer #690
- removed wrap balancer and replaced with tailwind - also added ts-ignore to domain slug bc of wonky intermittent error Closes #690
- Loading branch information
Showing
9 changed files
with
25 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
import type { TeamSubscriptionPlan } from '#/lib/types'; | ||
|
||
import { useCallback, useState } from 'react'; | ||
import Balancer from 'react-wrap-balancer'; | ||
|
||
import { cn } from '@av/ui'; | ||
import { Switch } from '@av/ui/switch'; | ||
|
@@ -85,19 +84,17 @@ export function PricingCards({ | |
))} | ||
</div> | ||
|
||
<p className="mt-6 text-center text-base text-muted-foreground"> | ||
<Balancer> | ||
Reach out to our{' '} | ||
<a | ||
className="font-medium text-primary hover:underline" | ||
href="mailto:[email protected]" | ||
> | ||
Support Team | ||
</a>{' '} | ||
if you have any questions. | ||
<br /> | ||
<strong>Backed by our 100% Delight Guarantee. Cancel anytime.</strong> | ||
</Balancer> | ||
<p className="mt-6 text-balance text-center text-base text-muted-foreground"> | ||
Reach out to our{' '} | ||
<a | ||
className="font-medium text-primary hover:underline" | ||
href="mailto:[email protected]" | ||
> | ||
Support Team | ||
</a>{' '} | ||
if you have any questions. | ||
<br /> | ||
<strong>Backed by our 100% Delight Guarantee. Cancel anytime.</strong> | ||
</p> | ||
</section> | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.