File tree Expand file tree Collapse file tree 3 files changed +3
-25
lines changed Expand file tree Collapse file tree 3 files changed +3
-25
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import Tab from '@mui/material/Tab';
9
9
import Tabs from '@mui/material/Tabs' ;
10
10
import Typography from '@mui/material/Typography' ;
11
11
12
- import Logo from '@public/MCSSText .svg' ;
12
+ import Logo from '@public/MCSS .svg' ;
13
13
import { getAllBlogs } from '@store/blogSlice' ;
14
14
import { getAllEvents } from '@store/eventSlice' ;
15
15
import { useAppDispatch , useAppSelector } from '@store/hooks' ;
@@ -77,7 +77,7 @@ const NavBar: FC = () => {
77
77
style = { { zIndex : 1000 } }
78
78
>
79
79
{ ! 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" >
81
81
< Button className = "p-0" >
82
82
< Image src = { Logo } alt = "MCSS logo" onClick = { ( ) => router . push ( '/' ) } draggable = "false" />
83
83
</ Button >
You can’t perform that action at this time.
0 commit comments