Skip to content

Commit

Permalink
changed URL of FINOS footer image to be local to site (not www URL)
Browse files Browse the repository at this point in the history
  • Loading branch information
grizzwolf committed Jul 9, 2019
1 parent 52e714d commit da0219c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class Footer extends React.Component {
</section>
<section className="finos finosBanner">
<a href="https://www.finos.org">
<img id="finosicon" src={`https://fdc3.finos.org/img/finos_wordmark.svg`} height='75px' alt="FINOS" title="FINOS"/>
<img id="finosicon" src={`img/finos_wordmark.svg`} height='75px' alt="FINOS" title="FINOS"/>
<h2 id="proud">Proud member of the Fintech Open Source Foundation</h2>
</a>

Expand Down
24 changes: 24 additions & 0 deletions website/core/img/finos_wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit da0219c

Please sign in to comment.