Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
update image links to point at v1 filing app img resources
Browse files Browse the repository at this point in the history
  • Loading branch information
wpears committed Dec 29, 2018
1 parent 990fcb6 commit 2a1dda1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keycloak/themes/hmda/login/template.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<div class="usa-banner">
<header class="usa-banner-header">
<div class="usa-grid usa-banner-inner">
<img src="${properties.filingAppUrl!}/../img/favicons/favicon-57.png" alt="U.S. flag" />
<img src="${properties.filingAppUrl!}img/favicons/favicon-57.png" alt="U.S. flag" />
<p>An official website of the United States government</p>
</div>
</header>
Expand All @@ -56,7 +56,7 @@
<div class="usa-logo" id="logo">
<em class="usa-logo-text">
<a class="usa-nav-link" href="${properties.filingAppUrl!}">
<img src="${properties.filingAppUrl!}../img/ffiec-logo.svg" height="32px" alt="FFIEC"/>HMDA Filing Platform
<img src="${properties.filingAppUrl!}img/ffiec-logo.svg" height="32px" alt="FFIEC"/>HMDA Filing Platform
</a>
</em>
</div>
Expand Down Expand Up @@ -130,7 +130,7 @@
<ul class="usa-unstyled-list">
<li class="usa-footer-primary-content">
<a class="usa-nav-link" href="${properties.filingAppUrl!}">
<img src="${properties.filingAppUrl!}../img/ffiec-logo.svg" height="21px" alt="FFIEC"/>Home Mortgage Disclosure Act
<img src="${properties.filingAppUrl!}img/ffiec-logo.svg" height="21px" alt="FFIEC"/>Home Mortgage Disclosure Act
</a>
</li>
</ul>
Expand Down

0 comments on commit 2a1dda1

Please sign in to comment.