Dimentorin auth login responsive and implementation (#23)

* feat: responsive

* fix: success register

* feat: auth login responsive && auth login implementation
This commit is contained in:
Naufal Azmi
2025-04-09 12:59:33 +07:00
committed by GitHub
parent b1a53df4a9
commit 240e684b53
7 changed files with 77 additions and 35 deletions
@@ -5,7 +5,7 @@ import { FC, ReactElement } from "react";
function AuthBanner({text, href}: {text: string, href: string}){
return (
<div className='relative rounded-md'>
<div className='hidden xl:block relative rounded-md'>
<img src="/image/95319c4f9953dfe6180200e529dfcea5.webp" alt="Banner" className='w-[420px] h-[632px] object-[80%] object-cover rounded-lg' />
<div className='absolute top-0 bg-gradient-to-b from-primary-500 to-transparent w-full rounded-t-lg h-[163px] py-5 px-5'>
<Button variant='secondary' className='gap-2' onClick={() => document.location.href = `${href}`}>