vmi-virtual-memorial/vmi-wd-frontend / 9fd7664

Browse files

satisfy the lintrer

Authored by espadonne
SHA
9fd76640612c7bd3fed9eb0921f93f6d081522b3
Parents
15fb122
Tree
b6e4625

2 changed files

StatusFile+-
M app/awards/[id]/page.tsx 1 1
M app/memorial/person/[id]/page.tsx 1 1
app/awards/[id]/page.tsxmodified
@@ -172,7 +172,7 @@ export default function AwardDetailPage() {
172172
                   </div>
173173
                   {recipient.citation && (
174174
                     <p className="mt-2 text-sm text-gray-600 line-clamp-2 italic">
175
-                      "{recipient.citation}"
175
+                      &ldquo;{recipient.citation}&rdquo;
176176
                     </p>
177177
                   )}
178178
                 </Link>
app/memorial/person/[id]/page.tsxmodified
@@ -219,7 +219,7 @@ export default function PersonPage() {
219219
                       )}
220220
                       {award.citation && (
221221
                         <p className="text-sm text-gray-600 italic line-clamp-2 mt-1">
222
-                          "{award.citation}"
222
+                          &ldquo;{award.citation}&rdquo;
223223
                         </p>
224224
                       )}
225225
                     </div>