Skip to content

Commit

Permalink
update the team page
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-matchmyflight committed Jan 6, 2024
1 parent 7a51500 commit 19d66a8
Show file tree
Hide file tree
Showing 16 changed files with 8,207 additions and 9 deletions.
9 changes: 3 additions & 6 deletions components/SideNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,19 +193,16 @@ const SideNav = props => {
<hr className="m-0 p-0" />
</StyledListItem>
<StyledListItem>
<img
src="/static/images/dsc_main.png"
width="100%"
/>
<span
<img src="static/images/logo.svg" width="100%" />
{/* <span
style={{
fontSize: 14,
color: "#707070",
marginTop: 8
}}
>
KIET Group of Institutions
</span>
</span> */}
</StyledListItem>
</StyledList>
</StyledNavLinks>
Expand Down
Loading

0 comments on commit 19d66a8

Please sign in to comment.