vmi-virtual-memorial/vmi-wd-frontend / e8052ed

Browse files

satisfy the linter with escapes

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
e8052ed7fdc0cb04b987db70e1fbf6c1c52beba0
Parents
6a4b3fb
Tree
57c84dc

1 changed file

StatusFile+-
M app/awards/page.tsx 1 1
app/awards/page.tsxmodified
@@ -56,7 +56,7 @@ export default function AwardsPage() {
56
             Awards for Heroism and Gallantry
56
             Awards for Heroism and Gallantry
57
           </h1>
57
           </h1>
58
           <p className="text-center text-gray-700 max-w-3xl mx-auto">
58
           <p className="text-center text-gray-700 max-w-3xl mx-auto">
59
-            those Alumni who "Gave All" on this memorial website who were also recognized for valor and heroism in combat are listed on this page with a link to their profile.
59
+            those Alumni who &ldquo;Gave All&rdquo; on this memorial website who were also recognized for valor and heroism in combat are listed on this page with a link to their profile.
60
             These awards honor extraordinary acts of bravery and selfless service in defense of our country.
60
             These awards honor extraordinary acts of bravery and selfless service in defense of our country.
61
           </p>
61
           </p>
62
         </div>
62
         </div>