Kaynağa Gözat

update label

master
Jason Chuang 1 yıl önce
ebeveyn
işleme
81848787fa
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +1
    -1
      src/layout/MainLayout/Header/index.js
  2. +1
    -1
      src/pages/DemandNote/Create/index.js

+ 1
- 1
src/layout/MainLayout/Header/index.js Dosyayı Görüntüle

@@ -127,7 +127,7 @@ function Header(props) {
<Link className="downloadXML" onClick={getXML()} ><Typography style={{ opacity: 0.9 }} variant={"pnspsHeaderTitle"} sx={{ ml: 2 }}>Download XML</Typography></Link>
</li>
<li>
<Link className="createDemandNote" to='/paymentPage/createDemandNote' ><Typography style={{ opacity: 0.9 }} variant={"pnspsHeaderTitle"} sx={{ ml: 2 }}>Create DN</Typography></Link>
<Link className="createDemandNote" to='/paymentPage/createDemandNote' ><Typography style={{ opacity: 0.9 }} variant={"pnspsHeaderTitle"} sx={{ ml: 2 }}>Create Demand Note</Typography></Link>
</li>
<li>
<Link className="demandNote" to='/paymentPage/demandNote' ><Typography style={{ opacity: 0.9 }} variant={"pnspsHeaderTitle"} sx={{ ml: 2 }}>Demand Note</Typography></Link>


+ 1
- 1
src/pages/DemandNote/Create/index.js Dosyayı Görüntüle

@@ -79,7 +79,7 @@ const Index = () => {
<Grid item xs={12}>
<div style={BackgroundHead}>
<Stack direction="row" height='70px' justifyContent="flex-start" alignItems="center">
<Typography ml={15} color='#FFF' variant="h4">Create DN</Typography>
<Typography ml={15} color='#FFF' variant="h4">Create Demand Note</Typography>
</Stack>
</div>
</Grid>


Yükleniyor…
İptal
Kaydet