Skip to content

Commit 9a8b9aa

Browse files
committed
Added Complete Product Service, Add Review,Manage Reviews,Add Question,Manage Product Question and Edit Product Question and Shimmer Image Effect
1 parent 8b01143 commit 9a8b9aa

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed
19.9 KB
Loading
35.3 KB
Loading
59.5 KB
Loading
19.3 KB
Loading
Loading
Loading

Frontend/ecommerce_inventory/src/layout/layout.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const Layout = ({sidebarList,pageTitle}) => {
177177
className='sidebar'
178178
>
179179
<Box sx={{ display: 'flex', alignItems: 'center', marginBottom: '16px' }}>
180-
<img src={logo} alt="Logo" className='logo' style={{ marginRight: '16px' }} />
180+
<img src={'/logo_l.png'} alt="Logo" className='logo' style={{ marginRight: '16px',width:'100%' }} />
181181

182182
</Box>
183183
<List sx={{ '& .MuiListItem-root': { transition: 'background-color 0.3s' } }}>

Frontend/ecommerce_inventory/src/pages/Auth.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const doLogin = async(e) => {
107107
<Card sx={{ maxWidth: 400, width: '100%' }}>
108108
<CardContent>
109109
<Box sx={{ display: 'flex', justifyContent: 'center', mb: 2 }}>
110-
<img src={'https://picsum.photos/100'} alt="Logo" style={{ borderRadius: '50%' }} />
110+
<img src={'/logo.png'} alt="Logo" style={{ borderRadius: '50%',width:'100px' }} />
111111
</Box>
112112
<Typography variant="h5" align="center" gutterBottom>
113113
EzyMarket

0 commit comments

Comments
 (0)