Skip to content

Commit

Permalink
fix image (#4865)
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioamu authored and thelostone-mc committed Jul 25, 2019
1 parent b8c516b commit 13218ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/v2/js/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ if (document.contxt.github_handle && !document.contxt.persona_is_funder && !docu
</button>
</div>
<div class="col-12 pt-2 pb-2 text-center">
<img src="${static_url}/v2/images/modals/persona-choose.svg" width="160" height="137">
<img src="${static_url}v2/images/modals/persona-choose.svg" width="160" height="137">
<h2 class="font-title mt-4">${gettext('Are you a Funder or a Contributor?')}</h2>
</div>
<div class="col-12 pt-2 text-center">
Expand Down

0 comments on commit 13218ba

Please sign in to comment.