Skip to content

Commit

Permalink
Updated Footer Text/Link
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi committed May 25, 2024
1 parent 5e6d672 commit 4ccd68f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions web/src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ export default function Footer({ club = {} }) {
// },
}}
>
Developed & Maintained with ❤️ by SLC Tech Team (powered by{" "}
Developed & Maintained with ❤️ by{" "}
<Typography
variant="body2"
component={Link}
href={"https://clubs.iiit.ac.in/"}
href={"https://clubs.iiit.ac.in/about/clubs-council/tech-members"}
sx={{
fontWeight: 500,
textDecoration: "none",
Expand All @@ -167,9 +167,9 @@ export default function Footer({ club = {} }) {
},
}}
>
Clubs Council
</Typography>
)
SLC Tech Team
</Typography>{" "}
(powered by Clubs Council)
</Typography>
</Grid>
</Grid>
Expand Down

0 comments on commit 4ccd68f

Please sign in to comment.