Explorar el Código

update message

master
Jason Chuang hace 1 año
padre
commit
ea37f2f7f8
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      src/pages/Organization/DetailPage/OrganizationCard.js
  2. +1
    -1
      src/pages/Organization/DetailPage/index.js

+ 1
- 1
src/pages/Organization/DetailPage/OrganizationCard.js Ver fichero

@@ -279,7 +279,7 @@ const OrganizationCard = ({ userData, loadDataFun, id, setEditModeFun }) => {
<Grid container spacing={1}>
<Grid item xs={12}>
<Typography variant="h4" sx={{ mb: 2, mr: 3, borderBottom: "1px solid black" }}>
Organization Details
Organisation Details
</Typography>
</Grid>
<Grid item xs={12}>


+ 1
- 1
src/pages/Organization/DetailPage/index.js Ver fichero

@@ -136,7 +136,7 @@ const OrganizationDetailPage = () => {
<Stack direction="row" height='70px' justifyContent="flex-start" alignItems="center">
{isGLDLoggedIn()?
<Typography ml={15} color='#FFF' variant="h4" sx={{display: { xs: 'none', sm: 'none', md: 'block' }}}>
Maintain Organization
Maintain Organisation
</Typography>
:
<Typography ml={15} color='#FFF' variant="h4" sx={{display: { xs: 'none', sm: 'none', md: 'block' }}}>


Cargando…
Cancelar
Guardar