Skip to content

Commit

Permalink
Updated Treefooter
Browse files Browse the repository at this point in the history
  • Loading branch information
its-me-yps authored Sep 25, 2024
1 parent 67f9caf commit 3b7a08c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions components/Treefooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function GuestFooter() {
<Paper sx={{marginTop: 'calc(10% + 60px)',
position: 'fixed',
bottom: 0,
width: '100%'
width: '100%',
}} component="footer" square variant="outlined">
<Container maxWidth="lg">
{/* <Box
Expand All @@ -27,14 +27,16 @@ export default function GuestFooter() {
flexGrow: 1,
justifyContent: "center",
display: "flex",
mb: 2,
alignItems: "center",
mb: 0.5,
mt: 0.5
}}
>
<Typography variant="caption">
Family tree data provided by <a href="https://www.iitk.ac.in/counsel/">Counselling Service IITK</a>
<Typography variant="caption" sx={{fontSize: '0.80rem'}}>
Family tree provided by <a href="https://www.iitk.ac.in/counsel/">Institute Counselling Service IITK</a>
</Typography>
<div>
<img src="/cslogo.png" width={15} height={15} alt="Logo" />
<img src="/cslogo.png" width={18} height={18} style={{marginLeft: '8px'}} alt="Logo" />
</div>
</Box>
</Container>
Expand Down

0 comments on commit 3b7a08c

Please sign in to comment.