Skip to content

Commit c21cd0c

Browse files
authored
Merge pull request #47 from PecanProject/navicat_logo
Add Navicat logo to Acknowledgements footer
2 parents 3f524bc + c12587e commit c21cd0c

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

src/components/HomepageFeatures.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import nsf from "../../static/img/nsf.png";
44
import nasa from "../../static/img/nasa-logo.png";
55
import dep from "../../static/img/dep-energysvg.png";
66
import energy from "../../static/img/energy-bio.png";
7+
import navicat from "../../static/img/navicat-logo.png";
78
import { Timeline } from "react-twitter-widgets";
89
const 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

src/components/HomepageFeatures.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
width: 5rem;
8484
height: 5rem;
8585
margin: 0.254rem;
86+
object-fit: contain;
8687
}
8788
@media (max-width: 900px) {
8889
.paragraph {

static/img/navicat-logo.png

174 KB
Loading

0 commit comments

Comments
 (0)