feat: adj component
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { Button } from '@headlessui/react'
|
||||
import { Link } from 'react-router'
|
||||
|
||||
import { LeftArrow } from '~/components/icons/left-arrow'
|
||||
@@ -38,9 +39,9 @@ export default function PopupSuccesRegister() {
|
||||
className="h-[350px]"
|
||||
/>
|
||||
</div>
|
||||
<button className="mt-5 w-full rounded-md bg-[#2E2F7C] py-2 text-white transition hover:bg-blue-800">
|
||||
<Button className="mt-5 w-full rounded-md bg-[#2E2F7C] py-2 text-white transition hover:bg-blue-800">
|
||||
Back to Home
|
||||
</button>
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user