File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,6 @@ const config = {
120120 ] ,
121121 } ,
122122 ] ,
123- copyright : `Backed by` ,
124123 } ,
125124 prism : {
126125 theme : lightCodeTheme ,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import Layout from '@theme/Layout';
66import HomepageFeatures from '@site/src/components/HomepageFeatures' ;
77
88import helmsman from '/static/img/cyclops_helmsman.png' ;
9+ import nuqleus from '/static/img/nuqleus_logo.png' ;
910
1011import styles from './index.module.css' ;
1112
@@ -25,6 +26,12 @@ function HomepageHeader() {
2526 Check it out
2627 </ Link >
2728 </ div >
29+ < div className = { styles . support } >
30+ < p style = { { padding : 0 , margin : 0 } } > Supported by</ p >
31+ < Link to = "https://nuqleus.io/" >
32+ < img src = { nuqleus } />
33+ </ Link >
34+ </ div >
2835 </ div >
2936 </ header >
3037 ) ;
Original file line number Diff line number Diff line change 4444 width : 100% ;
4545}
4646
47+ .support {
48+ padding : 10px ;
49+ }
50+
4751@media screen and (max-width : 996px ) {
4852 .heroBanner {
4953 /*padding: 2rem;*/
You can’t perform that action at this time.
0 commit comments