소스 검색

set typo on product type

master
azri 8 달 전
부모
커밋
82a72f7e04
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/pages/Home.jsx

+ 2
- 2
src/pages/Home.jsx 파일 보기

56
               <ProductType title={'Apparel'} img_url={AmberClothing}/>
56
               <ProductType title={'Apparel'} img_url={AmberClothing}/>
57
             </Grid>
57
             </Grid>
58
             <Grid size={{xs:12, md:6}}>
58
             <Grid size={{xs:12, md:6}}>
59
-              <ProductType title={'Beauty'} img_url={AmberBeautyWallpaper}/>
59
+              <ProductType title={'BEAUTY'} img_url={AmberBeautyWallpaper}/>
60
             </Grid>
60
             </Grid>
61
             <Grid size={{xs:12, md:6}}>
61
             <Grid size={{xs:12, md:6}}>
62
-              <ProductType title={'Home'} img_url={AmberHomeWallpaper} />
62
+              <ProductType title={'HOME'} img_url={AmberHomeWallpaper} />
63
             </Grid>
63
             </Grid>
64
           </Grid>
64
           </Grid>
65
         </Box>
65
         </Box>

Loading…
취소
저장