File tree 1 file changed +6
-4
lines changed
src/components/LandingImage
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ function LandingImage() {
59
59
</ Typography >
60
60
</ div >
61
61
< Stack direction = { "row" } spacing = { 3 } useFlexGap flexWrap = "wrap" >
62
- { /* <Button
62
+ < Button
63
63
variant = { "contained" }
64
64
sx = { {
65
65
borderWidth : "1rem" ,
@@ -70,15 +70,17 @@ function LandingImage() {
70
70
color = { "primary" }
71
71
startIcon = { < Article /> }
72
72
onClick = { ( ) =>
73
- document.getElementById("signupForm").scrollIntoView({
73
+ // document.getElementById("signupForm").scrollIntoView({
74
+ document . getElementById ( "images" ) . scrollIntoView ( {
74
75
behavior : "smooth" ,
75
76
block : "start" ,
76
77
inline : "nearest" ,
77
78
} )
78
79
}
79
80
>
80
- Registration
81
- </Button> */ }
81
+ { /* Registration */ }
82
+ Photo Gallery
83
+ </ Button >
82
84
< Card
83
85
sx = { { height : "3.5rem" , justifyContent : "center" , display : "flex" } }
84
86
>
You can’t perform that action at this time.
0 commit comments