add course to navbar

This commit is contained in:
2025-03-18 12:55:55 -03:00
parent 49871d0d19
commit 2fa6d16913
4 changed files with 18 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ export function Form() {
return (
<form
onSubmit={handleSubmit(onSubmit)}
className="flex flex-col gap-2.5 lg:gap-5 dark:text-green-primary"
className="flex flex-col gap-2.5 lg:gap-5"
>
{formState.isSubmitSuccessful && (
<p className="bg-green-700 text-white p-2.5 rounded-lg">OK!</p>