File tree Expand file tree Collapse file tree 3 files changed +94
-1
lines changed Expand file tree Collapse file tree 3 files changed +94
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ import {
3030import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
3131import { JupyterEdit } from '@fails-components/jupyter-react-edit'
3232import { OverlayPanel } from 'primereact/overlaypanel'
33+ import powerByJupyterLogo from '../jupyterlogo/poweredbyjupyter-square-lightbg.svg'
3334
3435const 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 = { ( ) => {
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments