-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Domains: Add 100-Year Domain specific Thank You page (#96568)
* Rename component * Add new product prop to 100-year thank you component * Add type for productSlug prop * Conditional CTA for 100-year thank-you page * Add 100-year domain thank you specific changes * Style overrides specific for 100-domain flow * Fix wrong route 😬 * Add more specific 100-domain related flow changes * Remove placeholder - loading state is handled within inner component * Linter * Add back code removed by accident 😬 * Restore back to previous state - all previous commits were wrong 😬 * More style changes * Grammar correction * Add missing query component for 100-year thank you path * Fix conditional CTAs for 100-year plans + add fixed CTA for 100-year domain * Load style conditionally for 100-year flows * Use const instead of hardcoded string * Rename directory to match new component name * Rename references
- Loading branch information
1 parent
b91550e
commit 7d514b0
Showing
5 changed files
with
122 additions
and
36 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
63 changes: 62 additions & 1 deletion
63
client/my-sites/checkout/checkout-thank-you/redesign-v2/pages/domain-only.tsx
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