Skip to content

Commit a92c36f

Browse files
committed
Add powered by Jupyter logo
1 parent 51dfa59 commit a92c36f

File tree

3 files changed

+94
-1
lines changed

3 files changed

+94
-1
lines changed

src/ui/blackboard/jupyterhublet.jsx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import {
3030
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
3131
import { JupyterEdit } from '@fails-components/jupyter-react-edit'
3232
import { OverlayPanel } from 'primereact/overlaypanel'
33+
import powerByJupyterLogo from '../jupyterlogo/poweredbyjupyter-square-lightbg.svg'
3334

3435
const jupyterProxyDomains =
3536
import.meta.env.REACT_APP_JUPYTER_PROXY_DOMAINS.split(' ').map(
@@ -1337,7 +1338,18 @@ export class JupyterHublet extends Component {
13371338
</div>
13381339
</div>
13391340
<OverlayPanel className='tbChild' ref={this.jupyterinfo} showCloseIcon>
1340-
<h3>FAILS' apps are powered by Jupyter Lite</h3>
1341+
<h3>
1342+
<div style={{ display: 'flex', alignItems: 'center' }}>
1343+
<img
1344+
src={powerByJupyterLogo}
1345+
style={{ width: '60px', marginLeft: '5px' }}
1346+
alt='powered by jupyter logo'
1347+
/>
1348+
<div style={{ marginLeft: '10px', textAlign: 'left' }}>
1349+
FAILS' apps are powered by Jupyter Lite{' '}
1350+
</div>
1351+
</div>
1352+
</h3>
13411353
Build upon the shoulders of giants, see{' '}
13421354
<button
13431355
onClick={() => {
Lines changed: 74 additions & 0 deletions
Loading

src/ui/jupyterlogo/readme.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
The logos in this directory are not covered by the license of this package.
2+
The logos indicate the use of Jupyter inside of FAILs and are subject
3+
to the trademark usage policy of Jupyter trademarks.
4+
5+
The Jupyter logos (in several variants) are trademarks of LF Charities.
6+
7+
The logos are used inside FAILs according to their nominative use policy.

0 commit comments

Comments
 (0)