Skip to content

Commit

Permalink
Update MCSS Logo (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
MusaKhan16 authored Oct 16, 2024
1 parent f28f49f commit 5a097e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 deletions.
4 changes: 2 additions & 2 deletions components/Common/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Tab from '@mui/material/Tab';
import Tabs from '@mui/material/Tabs';
import Typography from '@mui/material/Typography';

import Logo from '@public/MCSSText.svg';
import Logo from '@public/MCSS.svg';
import { getAllBlogs } from '@store/blogSlice';
import { getAllEvents } from '@store/eventSlice';
import { useAppDispatch, useAppSelector } from '@store/hooks';
Expand Down Expand Up @@ -77,7 +77,7 @@ const NavBar: FC = () => {
style={{ zIndex: 1000 }}
>
{!showSearchBar && (
<div className="flex item-center justify-start cursor-pointer w-20 md:mr-5">
<div className="flex item-center justify-start cursor-pointer w-24 md:mr-5">
<Button className="p-0">
<Image src={Logo} alt="MCSS logo" onClick={() => router.push('/')} draggable="false" />
</Button>
Expand Down
2 changes: 1 addition & 1 deletion public/MCSS.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5a097e2

Please sign in to comment.