Skip to content

Commit c39c1ee

Browse files
authored
Merge pull request #140 from owu-uy-community/feat/agenda
fix(agenda): update text color for agenda description for better readability
2 parents 225eb47 + b71b5d5 commit c39c1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Meetups/2025/Agenda/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default function Agenda({ lastUpdate, agenda }: AgendaProps) {
6767
<section id="agenda" className="mt-16 w-full">
6868
<div className="mb-8 text-center">
6969
<h2 className="mb-4 text-4xl font-bold text-white md:text-5xl">Agenda</h2>
70-
<p className="mx-auto max-w-2xl text-lg text-gray-400">¡Conocé el cronograma de actividades y charlas!</p>
70+
<p className="mx-auto max-w-2xl text-lg text-gray-300">¡Conocé el cronograma de actividades y charlas!</p>
7171
{lastUpdate ? (
7272
<p className="mt-2 text-center text-xs text-gray-400">
7373
Última actualización: {format(parseISO(lastUpdate), "dd/MM/yyyy HH:mm:ss", { locale: es })}

0 commit comments

Comments
 (0)