File tree Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export function Header(): JSX.Element {
38
38
zIndex : 0 ,
39
39
} }
40
40
>
41
- < Box p = "1rem" display = "flex" gap = "0.625rem" >
41
+ < Box p = "1rem" display = "flex" gap = "0.625rem" position = "absolute" zIndex = { 2 } >
42
42
{ profile ?. id !== STUDENT && (
43
43
< Label bg = { vars ( 'colors-neutral-white' ) } m = "0 0 .625rem 0" >
44
44
< Flex >
@@ -78,6 +78,7 @@ export function Header(): JSX.Element {
78
78
overflow = "hidden"
79
79
borderRadius = { vars ( 'radii-small' ) }
80
80
w = "6.25rem"
81
+ zIndex = { 2 }
81
82
>
82
83
< Image src = { logo } alt = { logoAlt ?? 'logo' } maxHeight = "3.5rem" maxWidth = "6.25rem" />
83
84
</ Center >
Original file line number Diff line number Diff line change @@ -871,6 +871,42 @@ export const dataStates: any = {
871
871
show : true ,
872
872
text : 'Próximamente' ,
873
873
} ,
874
+ labels : [ ] ,
875
+ } ,
876
+ proximamente2 : {
877
+ ...dataBase ,
878
+ id : 23 ,
879
+ hasFinanzeFreezed : false ,
880
+ status : {
881
+ ...dataBase . status ,
882
+ id : 3 ,
883
+ name : 'inscripcion' ,
884
+ } ,
885
+ progress : {
886
+ ...dataBase . progress ,
887
+ label : 'Tu curso iniciara el Lunes 16 de Enero de 2023' ,
888
+ icon : 'schedule' ,
889
+ } ,
890
+ dateStatus : {
891
+ ...dataBase . dateStatus ,
892
+ hasDates : true ,
893
+ } ,
894
+ information : [
895
+ {
896
+ icon : 'certificate' ,
897
+ text : 'Certificado por ACHS' ,
898
+ href : '' ,
899
+ } ,
900
+ ] ,
901
+ action : {
902
+ ...dataBase . action ,
903
+ text : 'Ver informacion del curso' ,
904
+ targetBlank : true ,
905
+ } ,
906
+ soonCourse : {
907
+ show : true ,
908
+ text : 'Próximamente' ,
909
+ } ,
874
910
labels : [
875
911
{
876
912
id : 'OBLIGATORY' ,
You can’t perform that action at this time.
0 commit comments