Skip to content

Commit

Permalink
Updated Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi committed Mar 17, 2024
1 parent 095b689 commit 92dceac
Showing 1 changed file with 35 additions and 33 deletions.
68 changes: 35 additions & 33 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,22 +132,23 @@ export default function Footer() {
// },
}}
>
Developed & Maintained with ❤️ by SLC Tech Team{" "}
{/*(powered by <Typography
variant="body2"
component={Link}
href={"https://clubs.iiit.ac.in/"}
sx={{
fontWeight: 500,
textDecoration: "none",
color: "black",
"&:hover": {
textDecoration: "underline",
},
}}
>
Clubs Council
</Typography>)*/}
Developed & Maintained with ❤️ by SLC Tech Team (powered by{" "}
<Typography
variant="body2"
component={Link}
href={"https://clubs.iiit.ac.in/"}
sx={{
fontWeight: 500,
textDecoration: "none",
color: "black",
"&:hover": {
textDecoration: "underline",
},
}}
>
Clubs Council
</Typography>
)
</Typography>

<Box sx={{ flexGrow: 1 }} />
Expand Down Expand Up @@ -190,7 +191,7 @@ export default function Footer() {
display="flex"
alignItems="center"
justifyContent={"center"}
mb={isTablet ? 2 : 0}
mb={isTablet ? 3 : 2}
>
<Typography
variant="body2"
Expand All @@ -203,22 +204,23 @@ export default function Footer() {
// },
}}
>
Developed & Maintained with ❤️ by SLC Tech Team{" "}
{/*(powered by <Typography
variant="body2"
component={Link}
href={"https://clubs.iiit.ac.in/"}
sx={{
fontWeight: 500,
textDecoration: "none",
color: "black",
"&:hover": {
textDecoration: "underline",
},
}}
>
Clubs Council
</Typography>) */}
Developed & Maintained with ❤️ by SLC Tech Team (powered by{" "}
<Typography
variant="body2"
component={Link}
href={"https://clubs.iiit.ac.in/"}
sx={{
fontWeight: 500,
textDecoration: "none",
color: "black",
"&:hover": {
textDecoration: "underline",
},
}}
>
Clubs Council
</Typography>
)
</Typography>
</Grid>

Expand Down

0 comments on commit 92dceac

Please sign in to comment.