Skip to content

Commit

Permalink
style: change text eventos in calendar view
Browse files Browse the repository at this point in the history
  • Loading branch information
gustfernandez committed Nov 5, 2024
1 parent 973f658 commit 2bdcd94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/calendario.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,9 @@ const Calendario = () => {
<div className="calendar-container">
{/* Lista de eventos - Panel izquierdo */}
<div className="events-panel">
<h2>Mis Eventos</h2>
{/* eventos / mis eventos */}
<h2>Eventos</h2>

<div className="event-list">
{events.map(event => (
<div
Expand Down

0 comments on commit 2bdcd94

Please sign in to comment.