Skip to content

Commit

Permalink
fix: Logo Update in Mobile View
Browse files Browse the repository at this point in the history
  • Loading branch information
RJ-Gajjar committed Dec 3, 2024
1 parent 2396e93 commit 6bcd48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/layout/TopBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const TopBar: React.FC = () => {
</Box>
<Box className="logo-container" sx={{ display: { xs: 'flex', md: 'none'}, alignItems: 'center' }}>
<img
src={BHASLogo}
src={logo}
alt="Logo"
className="navbar-logo"
style={{ height: '50px', marginRight: '20px', cursor: 'pointer' }}
Expand Down

0 comments on commit 6bcd48f

Please sign in to comment.