Skip to content

Commit a9a4c84

Browse files
committed
Ubica
1 parent 8113061 commit a9a4c84

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

packages/nextjs-app/app/[lang]/page.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,12 @@ export default function Page({ params } : PageProps) {
205205
{ extCourses.map.get(course.id) &&
206206
extCourses.map.get(course.id).amountPerGuide > 0 &&
207207
!extCourses.map.get(course.id).canSubmit &&
208-
<div className="text-red">
209-
{lang === 'es' ?
210-
"Aunque estás en etapa de enfriamiento" :
211-
"Although you are in cooldown period."}
208+
<div className="p-5 text-red">
209+
<p>
210+
{lang === 'es' ?
211+
"Aunque estás en etapa de enfriamiento" :
212+
"Although you are in cooldown period."}
213+
</p>
212214
</div>
213215
}
214216
</a>

0 commit comments

Comments
 (0)