File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ module.exports = {
110
110
href : "https://github.com/PecanProject/pecan/graphs/contributors" ,
111
111
} ,
112
112
{
113
- label : "Bety Database" ,
113
+ label : "BETYdb Database" ,
114
114
href : "https://github.com/PecanProject/bety/graphs/contributors" ,
115
115
} ,
116
116
{
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import nsf from "../../static/img/nsf.png";
4
4
import nasa from "../../static/img/nasa-logo.png" ;
5
5
import dep from "../../static/img/dep-energysvg.png" ;
6
6
import energy from "../../static/img/energy-bio.png" ;
7
+ import navicat from "../../static/img/navicat-logo.png" ;
7
8
import { Timeline } from "react-twitter-widgets" ;
8
9
const FeatureList = [
9
10
{
@@ -134,6 +135,7 @@ export default function HomepageFeatures() {
134
135
< img src = { nasa } className = { styles . image } />
135
136
< img src = { dep } className = { styles . image } />
136
137
< img src = { energy } className = { styles . image } />
138
+ < img src = { navicat } className = { styles . image } />
137
139
</ div >
138
140
{ /*<div className={styles.timeline}>
139
141
<Timeline
Original file line number Diff line number Diff line change 83
83
width : 5rem ;
84
84
height : 5rem ;
85
85
margin : 0.254rem ;
86
+ object-fit : contain;
86
87
}
87
88
@media (max-width : 900px ) {
88
89
.paragraph {
You can’t perform that action at this time.
0 commit comments