-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'apple-music' of https://github.com/statsfm/web into app…
…le-music
- Loading branch information
Showing
7 changed files
with
133 additions
and
71 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
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 |
---|---|---|
|
@@ -55,13 +55,13 @@ const SuccessPage: NextPage<Props> = ({ gif }) => { | |
</h1> | ||
<p className="mt-2 max-w-prose font-bold text-text-grey"> | ||
Your gift codes will show up on the{' '} | ||
<Link legacyBehavior href="/gift#your-coupons"> | ||
<Link legacyBehavior href="/settings/gift#your-coupons"> | ||
<a className="font-bold text-primary hover:underline hover:opacity-90"> | ||
gift page | ||
</a> | ||
</Link> | ||
. If they aren't on the{' '} | ||
<Link legacyBehavior href="/gift#your-coupons"> | ||
<Link legacyBehavior href="/settings/gift#your-coupons"> | ||
<a className="font-bold text-primary hover:underline hover:opacity-90"> | ||
gift page | ||
</a> | ||
|
@@ -70,7 +70,10 @@ const SuccessPage: NextPage<Props> = ({ gif }) => { | |
after 24 hours, send an email with your order id (sent by Stripe in | ||
your email) to [email protected] | ||
</p> | ||
<Button className="mt-5 max-w-fit" onClick={() => router.push('/gift')}> | ||
<Button | ||
className="mt-5 max-w-fit" | ||
onClick={() => router.push('/settings/gift')} | ||
> | ||
Take me to the coupons page | ||
</Button> | ||
</div> | ||
|
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