Skip to content

Commit c32491b

Browse files
authored
Merge pull request #29 from 4GeeksAcademy/eventos
Eventos
2 parents 0c5b396 + 38ca6f7 commit c32491b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/front/pages/Eventos.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const Eventos = () => {
7272

7373
{!direccionSeleccionada ? (
7474
<div className="detalle-direccion">
75-
<h2>Selecciona un lugar para ir al evento</h2>
75+
<h2>Selecciona un ciudad para ir al evento</h2>
7676
<img
7777
src="parque.jpg"
7878
alt="Imagen por defecto"

src/styles/eventos.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,8 @@
6262
.info-extra p {
6363
margin: 4px 0;
6464
}
65+
66+
.default{
67+
width: 800px;
68+
height: 650px;
69+
}

0 commit comments

Comments
 (0)