Skip to content

Commit 5a097e2

Browse files
authored
Update MCSS Logo (#104)
1 parent f28f49f commit 5a097e2

File tree

3 files changed

+3
-25
lines changed

3 files changed

+3
-25
lines changed

components/Common/NavBar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Tab from '@mui/material/Tab';
99
import Tabs from '@mui/material/Tabs';
1010
import Typography from '@mui/material/Typography';
1111

12-
import Logo from '@public/MCSSText.svg';
12+
import Logo from '@public/MCSS.svg';
1313
import { getAllBlogs } from '@store/blogSlice';
1414
import { getAllEvents } from '@store/eventSlice';
1515
import { useAppDispatch, useAppSelector } from '@store/hooks';
@@ -77,7 +77,7 @@ const NavBar: FC = () => {
7777
style={{ zIndex: 1000 }}
7878
>
7979
{!showSearchBar && (
80-
<div className="flex item-center justify-start cursor-pointer w-20 md:mr-5">
80+
<div className="flex item-center justify-start cursor-pointer w-24 md:mr-5">
8181
<Button className="p-0">
8282
<Image src={Logo} alt="MCSS logo" onClick={() => router.push('/')} draggable="false" />
8383
</Button>

public/MCSS.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)