forked from lix-project/hydra
Use local copy of the Persona sign in button
This commit is contained in:
parent
80267bcbb1
commit
a0fdf8d2ba
BIN
src/root/static/images/persona_sign_in_blue.png
Normal file
BIN
src/root/static/images/persona_sign_in_blue.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
|
@ -127,7 +127,7 @@
|
|||
[% WRAPPER makeSubMenu title="Sign in" %]
|
||||
<li>
|
||||
<a href="#" id="persona-signin">
|
||||
<img src="https://developer.mozilla.org/files/3963/persona_sign_in_blue.png" alt="Sign in with Persona" />
|
||||
<img src="[% c.uri_for("/static/images/persona_sign_in_blue.png") %]" alt="Sign in with Persona" />
|
||||
</a>
|
||||
</li>
|
||||
<li class="divider"></li>
|
||||
|
|
Loading…
Reference in a new issue