@ansiversa/components 0.0.165 → 0.0.166
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -151,7 +151,7 @@ const hasDeclaration = Boolean(declaration.text || declaration.place || declarat
|
|
|
151
151
|
return (
|
|
152
152
|
<div class="av-print-avoid-break flex flex-col gap-1 sm:flex-row sm:items-baseline sm:justify-between">
|
|
153
153
|
<div>
|
|
154
|
-
{edu.degree ? <h3 class="text-base font-semibold">{edu.degree}</h3> : null}
|
|
154
|
+
{edu.degree ? <h3 class="text-base font-semibold text-slate-900">{edu.degree}</h3> : null}
|
|
155
155
|
<p class="text-sm text-slate-700">{edu.school}</p>
|
|
156
156
|
{edu.location && (
|
|
157
157
|
<p class="text-sm text-slate-600">{edu.location}</p>
|