Commit 8d13e134 by Arjun Jhukal

updated the minor changes

parent 12339311
......@@ -4,6 +4,7 @@
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'
......@@ -51,6 +52,7 @@ 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"
......@@ -71,5 +73,6 @@ export default function PaymentSuccess() {
View Game Detail
</Link>
</GlassWrapper>
</Private>
)
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment