Changes remaining links not to use ctx media links.
authorTiffany Little <tlittle@georgialibraries.org>
Tue, 12 Jan 2021 13:06:15 +0000 (08:06 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 15 Aug 2022 18:03:12 +0000 (14:03 -0400)
Open-ILS/src/eg2/src/app/staff/splash.component.html

index 24a7a60..69fc1ca 100644 (file)
@@ -25,7 +25,7 @@
   <!-- header icon -->
   <div class="row mb-3">
     <div class="col-lg-12 text-center">
-      <img src="[% ctx.media_prefix %]/images/portal/pines-logo-small.png" alt="PINES Logo"/>
+      <img src="/images/portal/pines-logo-small.png" alt="PINES Logo"/>
     </div>
   </div>
 
@@ -77,7 +77,6 @@
                 </div>
               </div>
             </ng-container>
-          </div>
         </div>
       </div>
     </div>