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 = {
110110 href : "https://github.com/PecanProject/pecan/graphs/contributors" ,
111111 } ,
112112 {
113- label : "Bety Database" ,
113+ label : "BETYdb Database" ,
114114 href : "https://github.com/PecanProject/bety/graphs/contributors" ,
115115 } ,
116116 {
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import nsf from "../../static/img/nsf.png";
44import nasa from "../../static/img/nasa-logo.png" ;
55import dep from "../../static/img/dep-energysvg.png" ;
66import energy from "../../static/img/energy-bio.png" ;
7+ import navicat from "../../static/img/navicat-logo.png" ;
78import { Timeline } from "react-twitter-widgets" ;
89const FeatureList = [
910 {
@@ -134,6 +135,7 @@ export default function HomepageFeatures() {
134135 < img src = { nasa } className = { styles . image } />
135136 < img src = { dep } className = { styles . image } />
136137 < img src = { energy } className = { styles . image } />
138+ < img src = { navicat } className = { styles . image } />
137139 </ div >
138140 { /*<div className={styles.timeline}>
139141 <Timeline
Original file line number Diff line number Diff line change 8383 width : 5rem ;
8484 height : 5rem ;
8585 margin : 0.254rem ;
86+ object-fit : contain;
8687}
8788@media (max-width : 900px ) {
8889 .paragraph {
You can’t perform that action at this time.
0 commit comments