feat: interact with user settings/profile (#9)
This commit is contained in:
@ -16,17 +16,17 @@ export const ConfirmGuildJoin: React.FC<ConfirmGuildJoinProps> = (props) => {
|
||||
height={150}
|
||||
width={150}
|
||||
/>
|
||||
<div className='flex flex-col mt-8'>
|
||||
<h1 className='text-xl mb-6 text-center'>Rejoindre la guild ?</h1>
|
||||
<div className='mt-8 flex flex-col'>
|
||||
<h1 className='mb-6 text-center text-xl'>Rejoindre la guild ?</h1>
|
||||
<div className='flex gap-7'>
|
||||
<button
|
||||
className='px-8 py-2 rounded-3xl bg-success hover:opacity-50 transition'
|
||||
className='rounded-3xl bg-success px-8 py-2 transition hover:opacity-50'
|
||||
onClick={handleJoinGuild}
|
||||
>
|
||||
Oui
|
||||
</button>
|
||||
<button
|
||||
className='px-8 py-2 rounded-3xl bg-error hover:opacity-50 transition'
|
||||
className='rounded-3xl bg-error px-8 py-2 transition hover:opacity-50'
|
||||
onClick={handleJoinGuild}
|
||||
>
|
||||
Non
|
||||
|
Reference in New Issue
Block a user