File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121npm-debug.log *
2222yarn-debug.log *
2323yarn-error.log *
24+
25+ # ignoring IDE settings
26+ .vscode
27+ .idea
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ Este proyecto no habria sido posible sin el trabajo conjunto del equipo de Groway Studio
2+
3+ - Shamira Cordova
4+ - Cristian Del Cid
5+ - Harold Ñauina
6+ - Alejandra Suarez
7+ - David Enamorado
8+ - Luciana Della Perriera
File renamed without changes.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export default function Faqs() {
1919
2020 < FaqItem
2121 title = "¿Cuándo inicia el curso?"
22- description = "El inicio del curso está programado para el día 22 de Septiembre
22+ description = "El inicio del curso está programado para el día 24 de Septiembre
2323 de 2022."
2424 />
2525
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export default function Hero() {
6666 < figcaption >
6767 < span >
6868 < b > Inicio</ b > < br />
69- 22 Septiembre
69+ 24 Septiembre
7070 </ span >
7171 < span >
7272 < b > Duración</ b > < br /> 4 semanas
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ const useUserInfo = () => {
6969 user_email : email ,
7070 user_phone : `+51${ phoneNumber } ` ,
7171 invitation_code : getParameterByName ( "invitation_code" ) ,
72- price : 99 .0,
72+ price : 49 .0,
7373 } ) ,
7474 } ) ;
7575
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const Payment = () => {
1717
1818 useEffect ( ( ) => {
1919 ( async ( ) => {
20- if ( pathname === validPaths . success ) {
20+ if ( pathname === validPaths . success && ! ! user_data ) {
2121 try {
2222 const payload = JSON . parse ( user_data || "" ) ;
2323
You can’t perform that action at this time.
0 commit comments