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