File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
src/components/LandingImage Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ function LandingImage() {
5959 </ Typography >
6060 </ div >
6161 < Stack direction = { "row" } spacing = { 3 } useFlexGap flexWrap = "wrap" >
62- { /* <Button
62+ < Button
6363 variant = { "contained" }
6464 sx = { {
6565 borderWidth : "1rem" ,
@@ -70,15 +70,17 @@ function LandingImage() {
7070 color = { "primary" }
7171 startIcon = { < Article /> }
7272 onClick = { ( ) =>
73- document.getElementById("signupForm").scrollIntoView({
73+ // document.getElementById("signupForm").scrollIntoView({
74+ document . getElementById ( "images" ) . scrollIntoView ( {
7475 behavior : "smooth" ,
7576 block : "start" ,
7677 inline : "nearest" ,
7778 } )
7879 }
7980 >
80- Registration
81- </Button> */ }
81+ { /* Registration */ }
82+ Photo Gallery
83+ </ Button >
8284 < Card
8385 sx = { { height : "3.5rem" , justifyContent : "center" , display : "flex" } }
8486 >
You can’t perform that action at this time.
0 commit comments