feat: static unirse

This commit is contained in:
2023-10-06 12:27:28 -06:00
parent 33a3e7bb70
commit b01e211acb
22 changed files with 722 additions and 54 deletions
+2 -2
View File
@@ -103,7 +103,7 @@ const EquipoPage: FC = () => {
<div className={center()}>
<NextLink
className={button({ color: 'info' })}
href="/equipo/unirse"
href="/equipo/unirse?role=moderator"
>
¡Quiero ser moderador!
</NextLink>
@@ -119,7 +119,7 @@ const EquipoPage: FC = () => {
<div className={center()}>
<NextLink
className={button({ color: 'info' })}
href="/equipo/unirse"
href="/equipo/unirse?role=collaborator"
>
¡Quiero ser colaborador!
</NextLink>