mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #1971 from Moonrock-Animation-Studio/develop
This commit is contained in:
commit
4830d24af4
2 changed files with 6 additions and 1 deletions
|
|
@ -120,7 +120,12 @@ const studios = [
|
||||||
title: "Bad Clay",
|
title: "Bad Clay",
|
||||||
image: "/img/badClay_logo.png",
|
image: "/img/badClay_logo.png",
|
||||||
infoLink: "https://www.bad-clay.com/",
|
infoLink: "https://www.bad-clay.com/",
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
title: "Moonrock Animation Studio",
|
||||||
|
image: "/img/moonrock_logo.png",
|
||||||
|
infoLink: "https://www.moonrock.eu/",
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
function Service({imageUrl, title, description}) {
|
function Service({imageUrl, title, description}) {
|
||||||
|
|
|
||||||
BIN
website/static/img/moonrock_logo.png
Normal file
BIN
website/static/img/moonrock_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Loading…
Add table
Add a link
Reference in a new issue