Skip to content

Commit

Permalink
fix(enrolment page): logo now in place
Browse files Browse the repository at this point in the history
  • Loading branch information
NguyenDonLam committed Oct 16, 2024
1 parent 42c6ca8 commit 2257ec4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ export default function Header() {
boxShadow: "none",
}}
>
<img src={VIT_Logo} alt="logo.exe" width="200" height="auto" />
<img
src={VIT_Logo}
alt="logo.exe"
style={{ width: "15%", height: "auto", objectFit: "cover" }}
/>
</AppBar>
</Box>
);
Expand Down

0 comments on commit 2257ec4

Please sign in to comment.