mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-23 09:53:00 +00:00
use jupyter logo
This commit is contained in:
BIN
share/jupyter/hub/static/images/jupyter.png
Normal file
BIN
share/jupyter/hub/static/images/jupyter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
@@ -1,6 +1,6 @@
|
||||
.jpy-logo {
|
||||
height: 35px;
|
||||
margin: 2px;
|
||||
height: 28px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
#header {
|
||||
|
@@ -82,7 +82,7 @@
|
||||
|
||||
<div id="header" class="navbar navbar-static-top">
|
||||
<div class="container">
|
||||
<span id="jupyterhub-logo" class="pull-left"><a href="{{base_url}}"><img src='{{static_url("images/jupyterhub-80.png") }}' alt='JupyterHub' class='jpy-logo' title='Home'/></a></span>
|
||||
<span id="jupyterhub-logo" class="pull-left"><a href="{{base_url}}"><img src='{{static_url("images/jupyter.png") }}' alt='JupyterHub' class='jpy-logo' title='Home'/></a></span>
|
||||
|
||||
{% block login_widget %}
|
||||
|
||||
|
Reference in New Issue
Block a user