|
@@ -6,7 +6,7 @@ import CardMedia from '@mui/material/CardMedia';
|
6
|
6
|
import Button from '@mui/material/Button';
|
7
|
7
|
import Typography from '@mui/material/Typography';
|
8
|
8
|
|
9
|
|
-import QA from '../../Images/puesto.jpg'
|
|
9
|
+import QA from '../../Images/register_mok.png'
|
10
|
10
|
|
11
|
11
|
export function PuestoCard(props) {
|
12
|
12
|
|
|
@@ -16,6 +16,7 @@ export function PuestoCard(props) {
|
16
|
16
|
return (
|
17
|
17
|
<Card sx={{ maxWidth: 345 }}>
|
18
|
18
|
<CardMedia
|
|
19
|
+ className="cardmedia_puesto"
|
19
|
20
|
component="img"
|
20
|
21
|
alt="green iguana"
|
21
|
22
|
height="140"
|