add ember light

This commit is contained in:
Milan Kolar 2022-03-16 14:03:35 +01:00
parent 30788b6d38
commit 819e44976c
3 changed files with 6 additions and 1 deletions

View file

@ -139,6 +139,11 @@ const studios = [
title: "Overmind Studios",
image: "/img/OMS_logo_black_color.png",
infoLink: "https://www.overmind-studios.de/",
},
{
title: "Ember Light",
image: "/img/EmberLight_black.png",
infoLink: "https://emberlight.se/",
}
];
@ -433,7 +438,7 @@ function Home() {
{studios && studios.length && (
<section className={styles.gallery}>
<div className="container">
<h2>Studios using openPYPE</h2>
<h2>Studios using openPype</h2>
<div className="showcase">
{studios.map((props, idx) => (
<Client key={idx} {...props} />

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 KiB