fix: adjust layout in AnnuncioInteractions component
This commit is contained in:
parent
357f21cb39
commit
667213cd31
2 changed files with 2 additions and 3 deletions
|
|
@ -2,7 +2,6 @@ TODOS:
|
|||
- Updated_at timestamp per appartamento se in backend ho modificato le foto, e uso quello per cache key
|
||||
- Problema fetch revalidate url encoding
|
||||
- Default locale it in ogni caso
|
||||
- Invertire accedi se hai account e contattaci
|
||||
- Correggere link onboarding
|
||||
- Indicare di dover modificare le info nel onboarding
|
||||
- Modale annunci compatibili invece di collapsible
|
||||
|
|
|
|||
|
|
@ -43,6 +43,8 @@ export const AnnuncioInteractions = ({
|
|||
)
|
||||
) : (
|
||||
<div className="flex w-full flex-col gap-2">
|
||||
<ContattoAnnuncio />
|
||||
<span className="w-full text-center text-sm">oppure</span>
|
||||
<Link
|
||||
aria-label="Login"
|
||||
className={cn(buttonVariants({ variant: "default" }))}
|
||||
|
|
@ -53,8 +55,6 @@ export const AnnuncioInteractions = ({
|
|||
>
|
||||
<LogIn className="mr-1 size-7" /> Accedi se hai un account
|
||||
</Link>
|
||||
<span className="w-full text-center text-sm">oppure</span>
|
||||
<ContattoAnnuncio />
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue