Skip to content

Commit fd7a91a

Browse files
committed
repurpose registration button for photo gallery
1 parent 3c2f530 commit fd7a91a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/components/LandingImage/LandingImage.jsx

+6-4
Original file line numberDiff line numberDiff 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
>

0 commit comments

Comments
 (0)