Skip to content

Commit 7ebe31f

Browse files
Update LogoGrid component.
1 parent f44f498 commit 7ebe31f

12 files changed

Lines changed: 16 additions & 7 deletions

File tree

src/components/LogoGrid.module.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
}
99

1010
.customer_logo {
11-
height: 36px;
12-
width: auto;
11+
/*height: 36px;*/
12+
width:100px;
13+
height: auto;
14+
/*width: auto;*/
1315
filter: grayscale(1);
1416
opacity: 0.75;
1517
object-fit: contain;

src/components/LogoGrid.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ import ESALogoUrl from "@site/static/img/logos/ESA.png";
3434
import CNESLogoUrl from "@site/static/img/logos/CNES.png";
3535
import GatesFoundationLogoUrl from "@site/static/img/logos/GatesFoundation.png";
3636
import SovereignTechAgencyLogoUrl from "@site/static/img/logos/SovereignTechAgency.png";
37+
import WikimediaLogoUrl from "@site/static/img/logos/Wikimedia.png";
38+
import StripeLogoUrl from "@site/static/img/logos/Stripe.png";
39+
import LFLogoUrl from "@site/static/img/logos/LF.png";
40+
3741

3842
const logos = [
3943
{ src: BloombergLogoUrl, alt: "Bloomberg" },
@@ -71,6 +75,9 @@ const logos = [
7175
{ src: ERDCLogoUrl, alt: "ERDC" },
7276
{ src: PandaLogoUrl, alt: "Panda" },
7377
{ src: CNESLogoUrl, alt: "CNES" },
78+
{ src: WikimediaLogoUrl, alt: "Wikimedia" },
79+
{ src: StripeLogoUrl, alt: "Stripe" },
80+
{ src: LFLogoUrl, alt: "LF" },
7481
];
7582

7683
export default function LogoGrid() {
@@ -81,4 +88,4 @@ export default function LogoGrid() {
8188
))}
8289
</div>
8390
);
84-
}
91+
}

static/atom.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/atom_all.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/img/logos/CEA.png

3.57 KB
Loading

static/img/logos/GainTheory.png

-72.3 KB
Loading

static/img/logos/LF.png

12.8 KB
Loading

static/img/logos/SG.png

-2.36 KB
Loading

static/img/logos/Stripe.png

60 KB
Loading

static/img/logos/Wikimedia.png

28.1 KB
Loading

0 commit comments

Comments
 (0)