This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* some formatting bugs * mvoe env stuff and bugs
- Loading branch information
1 parent
9c0d520
commit 38214a9
Showing
9 changed files
with
66 additions
and
67 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 |
---|---|---|
@@ -1,15 +1,23 @@ | ||
import Image from 'next/image' | ||
import FinishHandler from './handlers/FinishHandler' | ||
import Image from 'next/image'; | ||
import FinishHandler from './handlers/FinishHandler'; | ||
|
||
export const ThankYouView = () => { | ||
return ( | ||
<div className="flex flex-col"> | ||
<FinishHandler /> | ||
<Image src="/check.svg" alt="Completed Payment" className="mx-auto w-16 h-16 mt-7 mb-4" width={10} height={10} /> | ||
<Image | ||
src="/check.svg" | ||
alt="Completed Payment" | ||
className="mx-auto w-16 h-16 mt-7 mb-4" | ||
width={10} | ||
height={10} | ||
/> | ||
<div className="text-3xl text-black mx-auto">Thanks for your order.</div> | ||
<div className="text-1xl text-gray-600 mx-auto pt-4">Your payment was successful.</div> | ||
<div className="divider w-full" /> | ||
<div className="text-sm text-gray-400 font-light mx-auto">We're redirecting you back to Shopify...</div> | ||
<div className="text-sm text-gray-400 font-light mx-auto"> | ||
We're redirecting you back to Shopify... | ||
</div> | ||
</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
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
38214a9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
shopifydocs-solana-pay – ./apps/docs
shopifydocs-solana-pay-git-main-solana-labs.vercel.app
shopifydocs-solana-pay.vercel.app
shopifydocs-solana-pay-solana-labs.vercel.app
shopifydocs.solanapay.com