satisfy the lintrer
- SHA
9fd76640612c7bd3fed9eb0921f93f6d081522b3- Parents
-
15fb122 - Tree
b6e4625
9fd7664
9fd76640612c7bd3fed9eb0921f93f6d081522b315fb122
b6e4625| Status | File | + | - |
|---|---|---|---|
| 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() { | ||
| 172 | 172 | </div> |
| 173 | 173 | {recipient.citation && ( |
| 174 | 174 | <p className="mt-2 text-sm text-gray-600 line-clamp-2 italic"> |
| 175 | - "{recipient.citation}" | |
| 175 | + “{recipient.citation}” | |
| 176 | 176 | </p> |
| 177 | 177 | )} |
| 178 | 178 | </Link> |
app/memorial/person/[id]/page.tsxmodified@@ -219,7 +219,7 @@ export default function PersonPage() { | ||
| 219 | 219 | )} |
| 220 | 220 | {award.citation && ( |
| 221 | 221 | <p className="text-sm text-gray-600 italic line-clamp-2 mt-1"> |
| 222 | - "{award.citation}" | |
| 222 | + “{award.citation}” | |
| 223 | 223 | </p> |
| 224 | 224 | )} |
| 225 | 225 | </div> |