Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sweepstake
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Arjun Jhukal
sweepstake
Commits
8cb8d259
Commit
8cb8d259
authored
Mar 13, 2026
by
Arjun Jhukal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
final
parent
8d13e134
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
23 deletions
+21
-23
page.tsx
...d)/(user)/(outsideAuth)/buy-coins/[slug]/success/page.tsx
+21
-23
No files found.
src/app/(dashboard)/(user)/(outsideAuth)/buy-coins/[slug]/success/page.tsx
View file @
8cb8d259
...
...
@@ -4,7 +4,6 @@
import
GlassWrapper
from
'@/components/molecules/GlassWrapper'
import
{
useAppDispatch
}
from
'@/hooks/hook'
import
Private
from
'@/routes/Private'
import
{
setTokens
}
from
'@/slice/authSlice'
import
{
restoreAuthFromCookies
}
from
'@/utils/authSession'
import
Image
from
'next/image'
...
...
@@ -52,27 +51,25 @@ export default function PaymentSuccess() {
}
return
(
<
Private
>
<
GlassWrapper
className=
"max-w-[520px] mx-auto flex flex-col gap-3 items-center text-center p-6"
>
<
Image
src=
"/assets/images/verify-email.png"
alt=
"Payment Success"
width=
{
180
}
height=
{
140
}
/>
<
h1
className=
"text-[24px] lg:text-[32px] leading-[120%] font-bold mb-4 text-green-500"
>
Payment Successful
</
h1
>
<
p
className=
"text-[14px] leading-[150%] font-normal lg:text-[16px] mb-4"
>
Your payment was processed successfully.
</
p
>
<
Link
href=
{
`${process.env.NEXT_PUBLIC_FRONTEND_URL}/exclusive-games/${slug}`
}
className=
"ss-btn bg-primary-grad"
>
View Game Detail
</
Link
>
</
GlassWrapper
>
</
Private
>
<
GlassWrapper
className=
"max-w-[520px] mx-auto flex flex-col gap-3 items-center text-center p-6"
>
<
Image
src=
"/assets/images/verify-email.png"
alt=
"Payment Success"
width=
{
180
}
height=
{
140
}
/>
<
h1
className=
"text-[24px] lg:text-[32px] leading-[120%] font-bold mb-4 text-green-500"
>
Payment Successful
</
h1
>
<
p
className=
"text-[14px] leading-[150%] font-normal lg:text-[16px] mb-4"
>
Your payment was processed successfully.
</
p
>
<
Link
href=
{
`${process.env.NEXT_PUBLIC_FRONTEND_URL}/exclusive-games/${slug}`
}
className=
"ss-btn bg-primary-grad"
>
View Game Detail
</
Link
>
</
GlassWrapper
>
)
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment