Skip to content

Commit 28107a5

Browse files
committed
Added other icon
1 parent fd7a91a commit 28107a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/LandingImage/LandingImage.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use client";
22
import { Button, Card, Container, Stack, Typography } from "@mui/material";
33
import { TypeAnimation } from "react-type-animation";
4-
import { Article, CalendarMonthOutlined } from "@mui/icons-material";
4+
import {Article, CalendarMonthOutlined, CameraAlt} from "@mui/icons-material";
55
import { useEffect, useState } from "react";
66
import { MeshContainer } from "./MeshContainer/MeshContainer";
77

@@ -68,7 +68,7 @@ function LandingImage() {
6868
fontSize: "1rem",
6969
}}
7070
color={"primary"}
71-
startIcon={<Article />}
71+
startIcon={<CameraAlt />}
7272
onClick={() =>
7373
// document.getElementById("signupForm").scrollIntoView({
7474
document.getElementById("images").scrollIntoView({

0 commit comments

Comments
 (0)