Skip to content

Commit

Permalink
Merge pull request #329 from navgurukul/New_changes
Browse files Browse the repository at this point in the history
Minor change
  • Loading branch information
komalahire authored Apr 23, 2022
2 parents 08eaeab + a6b53b6 commit 4270096
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/Class/ClassCard/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const useStyles = makeStyles((theme) => ({
card: {
height: "350px",
display: "flex",
maxWidth: "300px",
flexDirection: "column",
justifyContent: "space-between",
margin: "15px",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const menu = {
},
],
GetInvolved: [
{ title: "Be a Partner", type: "internal", link: PATHS.OUR_PARTNER },
// { title: "Be a Partner", type: "internal", link: PATHS.OUR_PARTNER },

{
title: "Donate",
Expand Down
3 changes: 2 additions & 1 deletion src/pages/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,8 @@ function Home() {
))}
</Grid> */}
<Stack sx={{ mt: 3 }} alignItems="center">
<Button href={PATHS.OUR_PARTNER}>
{/* <Button href={PATHS.OUR_PARTNER}> */}
<Button>
See all our partners
<ArrowForwardIosIcon sx={{ padding: "2px" }} />
</Button>
Expand Down

0 comments on commit 4270096

Please sign in to comment.